Skip to main content
POST
https://api.novita.ai
/
v3
/
async
/
image-remove-background
Image Remove Background
curl --request POST \
  --url https://api.novita.ai/v3/async/image-remove-background \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "image": "<string>"
}
'
{
  "task_id": "<string>"
}
AI-powered image background removal service. Supports intelligent recognition and removal of image backgrounds, delivering high-quality image processing: out-of-the-box REST inference API, best performance, no cold starts, and affordable pricing.
This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.

Request Headers

Content-Type
string
required
Supports: application/json
Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

image
string
required
URL of the image whose background will be removed.

Response

task_id
string
required
Use the task_id to request the Task Result API to retrieve the generated outputs.