Endpoint
POST /v3/universal-ai (sync)
Model string pattern: image/background_removal/{provider}[/{model}]
Input
| Field | Type | Required | Description |
|---|---|---|---|
| file | file_input | Yes | Image file ID from /v3/upload or direct file URL |
Output
| Field | Type | Required | Description |
|---|---|---|---|
| image_b64 | string | Yes | The image in base64 format. |
| image_resource_url | string | Yes | The image url. |
Available Providers
| Provider | Model String | Price |
|---|---|---|
| api4ai | image/background_removal/api4ai | $50 per 1,000 files |
| clipdrop | image/background_removal/clipdrop | $0.5 per request |
| photoroom | image/background_removal/photoroom | $20 per 1,000 files |
| picsart | image/background_removal/picsart | $0.04 per image |
| sentisight | image/background_removal/sentisight | $0.75 per 1,000 files |
| stabilityai | image/background_removal/stabilityai | $0.02 per request |