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"
}Changes
Changed in 1 of the 33 revisions of this API.2
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○