Skip to main content
POST
/
v1
/
video
/
ocr
Extract text from video frames using OCR (async)
curl --request POST \
  --url https://api.urltodata.ai/v1/video/ocr \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "jobId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:your-api-key
required

API key as Bearer token (e.g. Bearer mp_abc123_secret)

Body

application/json
url
string<uri>
required

Video URL

lang
string

Language code for OCR

format
enum<string>

Output format

Available options:
json,
srt,
vtt
callbackUrl
string<uri>

Webhook callback URL

Response

Job created

jobId
string