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

# Jobs

> Poll REST jobs. MCP get_job is the same record.

```bash theme={null}
curl 'https://api.screencrafter.io/api/v1/jobs?limit=10' \
  -H 'X-API-Key: sc_live_YOUR_KEY'

curl https://api.screencrafter.io/api/v1/jobs/{id} \
  -H 'X-API-Key: sc_live_YOUR_KEY'
```

Statuses: `queued` / `processing` / `completed` / `failed`. Instant Post type is `render:instant_post`.

WebSocket `wss://api.screencrafter.io/api/v1/ws?token=<sc_live_…>` exists for API clients. MCP and Cursor should poll.
