Skip to main content
GET
Extract Text (OCR)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mediaId
string
required

Media asset ID (e.g. 2f928a3f-1d2a-4a2b).

Query Parameters

exp
integer

Unix timestamp (seconds) when signed URL expires. Required for signed folders.

sig
string

HMAC-SHA256 signature calculated over assetId:expires using your project's URL Signing Secret. Required for signed folders.

Response

Extracted text

The response is of type string.

Example:

"Invoice #1234\nTotal: $50.00"