← Back to API index
GET /screenshot/video

Retrieve rendered video

Options

Options are grouped for easier scanning, similar to parameter-focused docs.

App

filename

query string Optional

Optional filename for Content-Disposition attachment

id

query integer Required

Screenshot ID

Responses

200

Video content

No JSON example provided in OpenAPI.

401

Unauthorized

{
  "success": false,
  "error": "Unauthorized",
  "code": "UNAUTHORIZED"
}
404

Screenshot or video not found

{
  "success": false,
  "error": "Video not found for screenshot",
  "code": "NOT_FOUND"
}
500

Server error

{
  "success": false,
  "error": "Invalid API key",
  "code": "INVALID_API_KEY",
  "details": {
    "request_id": "req_123456"
  }
}