Skip to main content
Full parameter reference available in the API Reference tab.

Quick example

POST /v1/tasks/remove-background
Authorization: Bearer {api_key}
{
  "source_url": "https://cdn.example.com/input.mp4"
}

Response

Returns a task_* job object with status: queued. Subscribe to webhooks to receive task.completed when the artifact is ready.