How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

LlamaParse Parse API

The Parse API from LlamaParse — 5 operation(s) for parse.

LlamaParse Parse API is one of 36 APIs that LlamaParse publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Parse. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 6 operations across 5 paths, and defines 61 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against a single base URL, https://api.cloud.llamaindex.ai.

6 operations 5 paths 61 schemas 3 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://api.cloud.llamaindex.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

LlamaParse Parse API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 6

Across 5 paths, the API surfaces 6 operations — 3 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Parse 6
POST
/api/v2/parse/upload
Upload File Multipart
upload_file_multipart_api_v2_parse_upload_post 3 params → 200422
POST
/api/v2/parse
Parse File
parse_file_api_v2_parse_post 3 params body → 200422
GET
/api/v2/parse
List Parse Jobs
list_parse_jobs_api_v2_parse_get 9 params → 200422
GET
/api/v2/parse/versions
List Parse Versions
list_parse_versions_api_v2_parse_versions_get → 200
GET
/api/v2/parse/{job_id}
Get Parse Job
get_parse_job_api_v2_parse__job_id__get 6 params → 200422
POST
/api/v2/parse/{job_id}/cancel
Cancel Parse Job
cancel_parse_job_api_v2_parse__job_id__cancel_post 4 params → 200422

Schemas 61

The contract defines 61 schemas that model the data the API accepts and returns. The most detailed are AutoModeConfigurationEntry (36 properties), ParseRequestConfiguration (16 properties), AutoModeParsingConf (14 properties), ParseResultResponse (11 properties). Each schema is shown below with its type and property counts.

ParseVersionsResponse
object
Versions accepted by the parse API, grouped by tier.
4 properties 4 required
LlamaParseWebhookConfiguration
object
Webhook configuration for receiving parsing job notifications. Webhooks are called when specified events occur during job processing. Configure multiple webhoo…
4 properties
StructuredResult
object
1 property 1 required
ListItem
object
5 properties 3 required
LlamaParseTables
object
Table formatting options for markdown output.
4 properties
ParseRequestConfiguration
object
Unified configuration for parsing with flexible input source. Specify exactly one input source: either an existing file by ID or a URL to fetch. This endpoint…
16 properties 2 required
LlamaParseOutputOptions
object
Output formatting and content extraction options. Controls how parsed content is formatted and what additional data is extracted.
7 properties
AutoModeIgnoreOptions
object
Ignore options for auto mode parsing configuration.
2 properties
LlamaParseHtmlOptions
object
HTML/web page parsing options.
3 properties
ImagesContentMetadata
object
Metadata for all extracted images.
2 properties 2 required
LlamaParseProcessingOptions
object
Processing options shared across all parsing tiers. These options control how documents are analyzed and processed regardless of the selected tier. Some option…
7 properties
LlamaParseCropBox
object
Crop box boundaries for processing only a portion of each page. All values are ratios from 0 to 1, where (0,0) is the top-left corner and (1,1) is the bottom-r…
4 properties
CodeItem
object
5 properties 2 required
FooterItem
object
4 properties 2 required
LlamaParseCostOptimizerParameters
object
Cost optimizer configuration for reducing parsing costs on simpler pages. When enabled, the parser analyzes each page and routes simpler pages to faster, cheap…
1 property
ImageMetadata
object
Metadata for a single extracted image.
7 properties 2 required
LlamaParseInputOptions
object
Input format-specific parsing options. These options only apply when parsing documents of the corresponding format. LlamaParse automatically detects the input…
4 properties
LlamaParseSpatialTextOptions
object
Spatial text output options for preserving document layout. Spatial text maintains the visual positioning of text elements, useful for documents where layout c…
3 properties
FailedMarkdownPage
object
3 properties 3 required
MarkdownResultPage
object
5 properties 3 required
TableItem
object
9 properties 4 required
HeadingItem
object
5 properties 3 required
TextResult
object
1 property 1 required
TextItem
object
4 properties 2 required
AutoModeParsingConf
object
Parsing configuration applied when auto mode triggers match. These settings override the base configuration for pages where trigger conditions are satisfied. O…
14 properties
LlamaParseAgenticOptions
object
Options for AI-powered parsing tiers (costeffective, agentic, agenticplus). These options customize how the AI processes and interprets document content. Only…
1 property
LlamaParseTablesAsSpreadsheetOptions
object
Options for exporting extracted tables as XLSX spreadsheet files.
2 properties
HeaderItem
object
4 properties 2 required
LinkItem
object
5 properties 3 required
ImageMetadataBBox
object
Bounding box for an image on its page.
4 properties 4 required
FailedStructuredPage
object
3 properties 3 required
LlamaParseFastOptions
object
Options for fast tier parsing (rule-based, no AI). Fast tier uses deterministic algorithms for text extraction without AI enhancement. It's the fastest and mos…
LlamaParseJobFailureConditions
object
Conditions that determine when a parsing job should fail vs complete with partial results. By default, jobs complete successfully even if some pages fail to pa…
5 properties
ParserLanguages
string
Enum for representing the languages supported by the parser.
LlamaParsePdfOptions
object
TextResultPage
object
2 properties 2 required
BBox
object
Bounding box with coordinates and optional metadata.
9 properties 4 required
HTTPValidationError
object
1 property
LlamaParseProcessingControl
object
Job processing controls for timeouts and failure handling.
2 properties
LlamaParseSpreadsheetOptions
object
Spreadsheet (Excel, CSV, ODS) parsing options.
3 properties
LlamaParseOcrParameters
object
OCR (Optical Character Recognition) configuration parameters.
1 property
ImageItem
object
5 properties 3 required
ParseResultResponse
object
Parse result response with job status and optional content or metadata. The job field is always included. Other fields are included based on expand parameters.
11 properties 1 required
StructuredResultPage
object
5 properties 5 required
MetadataResult
object
Result containing metadata (page level and general) for the parsed document.
1 property 1 required
ParseJobResponse
object
A parse job.
8 properties 3 required
LlamaParseMarkdownOptions
object
Markdown output formatting options.
3 properties
AutoModeCropBox
object
Crop box options for auto mode parsing configuration.
4 properties
LlamaParsePresentationOptions
object
Presentation (PowerPoint, Keynote, ODP) parsing options.
2 properties
ResultTypeMetadata
object
Metadata about a specific result type stored in S3.
3 properties 1 required
LlamaParseIgnoreOptions
object
Options for ignoring specific types of text during extraction.
3 properties
MetadataResultPage
object
Page-level metadata including confidence scores and presentation-specific data.
8 properties 1 required
AutoModeConfigurationEntry
object
A single auto mode rule with trigger conditions and parsing configuration. Auto mode allows conditional parsing where different configurations are applied base…
36 properties 1 required
LlamaParsePageRanges
object
Page selection options for processing specific pages or limiting page count.
2 properties
LlamaParseTimeouts
object
Job timeout configuration. Total timeout = baseinseconds + (extratimeperpageinseconds × pagecount). Use these settings for large documents or complex parsing t…
2 properties
MarkdownResult
object
1 property 1 required
ParseJobQueryResponse
object
Response schema for paginated parse job queries.
3 properties 1 required
ValidationError
object
5 properties 3 required
AutoModeSpatialTextOptions
object
Spatial text options for auto mode parsing configuration.
3 properties
ParseConcernItem
object
2 properties 2 required
AutoModePresentationOptions
object
Presentation-specific options for auto mode parsing configuration.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

llamaparse-parse-api-openapi.yml Raw ↑

Other APIs LlamaParse publishes across the network.

LlamaParse Extract API
LlamaParse Classify API
LlamaCloud Index API
LlamaParse Agent Data API
LlamaParse Batch Processing API
LlamaParse Batches API
LlamaParse Beta API
LlamaParse Chat API
LlamaParse Classifier API
LlamaParse Classify API
LlamaParse Configurations API
LlamaParse Data Sinks API
Where this information came from

This is an independent, third-party profile of LlamaParse Parse API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.