cURL
curl --request POST \ --url https://www.datalab.to/api/v1/table_rec \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form max_pages=123 \ --form 'page_range=<string>' \ --form skip_table_detection=false \ --form 'output_format=<string>' \ --form skip_cache=false \ --form use_llm=false \ --form paginate=false \ --form file=@example-file
{ "success": true, "error": "<string>", "request_id": "<string>", "request_check_url": "<string>", "versions": {} }
This endpoint is used to submit a request for table recognition. The detected tables will be returned, as well as their parsed structure.
Successful Response
The response is of type object.
object
Was this page helpful?