Example multipart/form-data upload request to parse a PDF document
Document ParsingOCRPDFLLMRAGArtificial IntelligenceDocument IntelligenceStructured Data Extraction
Llamaparse Parse Upload Request is an example object payload from LlamaParse, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"description": "Example multipart/form-data upload request to parse a PDF document",
"endpoint": "POST /api/v1/parsing/upload",
"content_type": "multipart/form-data",
"fields": {
"file": "(binary PDF file content)",
"language": "en",
"parsing_instruction": "Extract all tables and figures with their captions.",
"invalidate_cache": false,
"do_not_cache": false,
"fast_mode": false,
"premium_mode": true,
"gpt4o_mode": false,
"page_separator": "\\n---\\n",
"result_type": "markdown",
"num_workers": 4,
"verbose": true,
"show_progress": true,
"split_by_page": false,
"disable_ocr": false,
"is_formatting_instruction": false,
"structured_output": false
},
"notes": "The 'file' field must be a binary file upload. The job_id in the response is used to poll for results."
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.