POST
/
parse
curl --request POST \
  --url https://api.contextual.ai/v1/parse \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form parse_mode=standard \
  --form enable_document_hierarchy=true \
  --form enable_split_tables=false \
  --form max_split_table_cells=null \
  --form figure_caption_mode=concise \
  --form page_range=null
{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data

Response

200
application/json

Successful Response

/parse response object.