POST
/
v1
/
jobs
/
{id}
/
result
Generate video with custom background color
curl --request POST \
  --url https://api.videobgremover.com/v1/jobs/{id}/result \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "background_color": "#FF0000"
}'
{
"job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "success",
"download_url": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"filename": "<string>"
}

Authorizations

X-Api-Key
string
header
required

API key with format vbr_ followed by 32 characters

Path Parameters

id
string<uuid>
required

Job ID to generate result for

Body

application/json
background_color
string
required

Hex color code for the background

Example:

"#FF0000"

Response

Result generated successfully

job_id
string<uuid>

Job identifier

status
enum<string>

Result generation status

Available options:
success
download_url
string<uri>

Signed URL for downloading the result video

expires_at
string<date-time>

Download URL expiration time

filename
string

Generated filename for the result