cURL
curl --request POST \ --url https://pro.api.runpulse.com/extract_beta \ --header 'Content-Type: <content-type>' \ --header 'x-api-key: <api-key>' \ --data '{ "file-url": "PRESIGNED_URL", "return_table": true, "experimental_return_table": true, "chunking": "semantic,header,page,recursive", "schema": {}, "schema_prompt": "", "pages": "" }'
{ "markdown": "<string>", "chunks": {}, "plan-info": { "note": "<string>", "pages_used": 123, "tier": "<string>" }, "schema-json": {} }
api reference for the /extract_beta endpoint
API key for authentication
API key for authorization
application/json
Successful extraction and processing of file
The response is of type object.
object