> ## Documentation Index
> Fetch the complete documentation index at: https://docs.framelane.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Background

> See the full API reference for the Remove Background task.

<Note>
  Full parameter reference available in the [API Reference](/api-reference/introduction) tab.
</Note>

## Quick example

```http theme={null}
POST /v1/tasks/remove-background
Authorization: Bearer {api_key}
```

```json theme={null}
{
  "source_url": "https://cdn.example.com/input.mp4"
}
```

## Response

Returns a `task_*` job object with `status: queued`. Subscribe to [webhooks](/webhooks/overview) to receive `task.completed` when the artifact is ready.
