cURL
curl --request GET \ --url https://www.datalab.to/api/v1/marker/extraction/gen_schemas/{request_id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "error": "<string>", "suggestions": { "simple_schema": "<string>", "moderate_schema": "<string>", "complex_schema": "<string>" }, "status": "<string>", "page_count": 123, "total_cost": 123 }
Poll this endpoint to check status of an Extraction Schema Generation request and retrieve final results
Successful Response
The response is of type object.
object
Was this page helpful?