cURL
curl --request POST \ --url http://localhost:8000/api/v1/client/img-rmbg \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form image='@example-file' \ --form model=Ben2 \ --form 'webhook_url=<string>'
{ "data": { "request_id": "550e8400-e29b-41d4-a716-446655440000" } }
Remove the background from an image.
API key obtained from the ModelBeam dashboard
Image file (max 10MB)
"Ben2"
2048
Background removal job created
Show child attributes