Agent Executions
Create Agent Execution
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Body
multipart/form-data
Files to extract data from. Supported file extensions: {'.jpeg', '.pdf', '.jpg', '.gif', '.webp', '.eml', '.png', '.txt'}. Maximum total size: 100 MiB. We process the .eml files as text files, i.e., we don't process non-textual attachments and content properly. For that, extract them from the .eml files separating them into different files.
Was this page helpful?