POST
/
extract_beta
Extract and process a file [BETA]
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": {}
}

Authorizations

x-api-key
string
header
required

API key for authentication

Headers

x-api-key
string
required

API key for authorization

Content-Type
enum<string>
required
Available options:
application/json

Body

application/json

Response

200
application/json

Successful extraction and processing of file

The response is of type object.