/parse
Parse File
Parse a file into a structured Markdown representation. The file size must be less than 100MB and the number of pages must be less than 400.
Email parse-feedback@contextual.ai with any feedback or questions.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
The file to be parsed. The file type must be PDF, DOC / DOCX, PPT / PPTX.
The desired output format of the parsed file. Currently we only support Markdown.
Available options:
markdown
Response
200
application/json
Successful Response
/parse response object.
Unique ID of the parse job
Was this page helpful?