Sync Endpoint Examples
Parse
This API endpoint parses the uploaded file and returns the content in markdown format.
POST
/
parse
Authorizations
Headers
Your API key.
Body
application/json
The base64 encoded content of the file to be parsed.
The type of the file. Supported values are 'pdf' and 'docx'.
Available options:
pdf
, docx