cURL
curl --request GET \ --url https://www.datalab.to/api/v1/ocr/{request_id} \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "pages": [ {} ], "success": true, "error": "<string>", "page_count": 123, "total_cost": 123, "versions": {} }
Poll this endpoint to check status of an OCR request and retrieve final results
Successful Response
The response is of type object.
object
Was this page helpful?