GET
/
api
/
v1
/
table_rec
/
{request_id}
Table Rec Result Check
curl --request GET \
  --url https://www.datalab.to/api/v1/table_rec/{request_id} \
  --header 'X-API-Key: <api-key>'
{
  "status": "<string>",
  "output_format": "<string>",
  "json": {},
  "markdown": "<string>",
  "html": "<string>",
  "images": {},
  "metadata": {},
  "success": true,
  "error": "<string>",
  "page_count": 123,
  "total_cost": 123,
  "versions": {}
}

Authorizations

X-API-Key
string
header
required

Path Parameters

request_id
string
required

Cookies

access_token
string

Response

Successful Response

The response is of type object.