cURL
curl --request GET \ --url https://api.urltodata.ai/v1/video/ocr/{jobId} \ --header 'Authorization: Bearer <token>'
{ "status": "pending", "attempts": 123, "maxAttempts": 123, "durationMs": 123, "error": "<string>", "text": [ { "text": "<string>", "startMs": 123, "endMs": 123 } ], "format": "json", "content": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.urltodata.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key as Bearer token (e.g. Bearer mp_abc123_secret)
Video OCR job status
pending
active
completed
failed
Show child attributes
json
srt
vtt