Extract
Parse Document
This endpoint parses a PDF using a template you created within Extract.
POST
/
Form Data
document
file
requiredThis is the document you want to parse. We currently only support PDFs. Max file size is 10 MB.
template
string
requiredThis is the name of the template you wish to apply to the document. Create templates at https://extract.pyqai.com/templates. Remember to replace spaces in the template name with underscores. For example, “Certificates of Insurance” becomes “Certificates_of_Insurance”.
Headers
Authorization
string
requiredThis is your API token associated with your account.
Response
response
string
The output of your extraction.