Sync Endpoint Examples
Extract Key Value
This API endpoint extracts key-value pairs from the uploaded file and returns the content in json format.
POST
/
extract_key_value
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
The key-value extraction instructions.