> ## 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.

# Screenshots

> Sync URL capture. Typical cost 2 credits. Same key as Instant Post.

```bash theme={null}
curl -X POST https://api.screencrafter.io/api/v1/capture/screenshot \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: sc_live_YOUR_KEY' \
  -d '{
    "url": "https://screencrafter.io",
    "options": { "full_page": true }
  }'
```

Sync. Presigned CDN URL. MCP equivalent: `take_screenshot`.

`render: true` starts a separate async social-render job. Poll `GET /api/v1/jobs/{id}`. Leave it false unless you want that kitchen path.

Scroll video is `POST /api/v1/capture/video` (not Instant Post).
