V2
Parse
Upload File Multipart
Upload and parse a file using multipart/form-data.
Send the file as a file field and parsing configuration as a configuration JSON string field.
The job runs asynchronously. Poll GET /parse/{job_id} with expand to retrieve results.
post/api/v2/parse/upload
Query parameters
project_idstring uuid nullable
organization_idstring uuid nullable
Cookies
sessionstring nullable
Response
Successful Response
Example response
{
"id": "pjb-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"project_id": "prj-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"name": "Q4 Financial Report",
"tier": "fast"
}