background-removal

Solid

AI Background Removal - Remove background from images, create transparent PNG. Supports JPG, PNG, WebP local files and remote URLs. One credit per image.

Data & Documents 353 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 86/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# background-removal - AI Background Removal Remove image backgrounds with AI via verging.ai. Returns transparent PNG. ## Command Format ``` /background-removal --image <image file or URL> [options] ``` ## Options | Option | Short | Description | Default | |--------|-------|-------------|---------| | --image | -i | Image file path or URL | Required | | --api-key | -k | API Key | $VERGING_API_KEY | | --output | -o | Save path for result | Current directory | | --download | -d | Auto download result | false | ## Authentication **Recommended:** `Authorization: ApiKey <your_key>` ```bash # ✅ Recommended (canonical form) curl -H "Authorization: ApiKey vrg_sk_your_key_here" https://verging.ai/api/v1/auth/me # ✅ Also works (Bearer with API key is supported) curl -H "Authorization: Bearer vrg_sk_your_key_here" https://verging.ai/api/v1/auth/me ``` Get your API key: https://verging.ai → Login → Avatar → API Keys ## API Reference (Exact Formats) ### 1. Check Credits ```bash curl -H "Authorization: ApiKey $VERGING_API_KEY" \ https://verging.ai/api/v1/auth/me ``` Response: `{"email":"...","name":"...","credits":100}` ### 2. Create Background Removal Job (Multipart with file — direct upload) ```bash # ⚠️ image is a FILE upload (@path) — server handles R2 upload internally # ⚠️ You do NOT need to use /upload-video separately for background removal curl -X POST https://verging.ai/api/v1/background-removal/create-job \ -H "Authorization: ApiKey $VERGING_API_KEY" \ -F "imag...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category