Parse Configurations
Create Parse Configuration
List Parse Configurations
Get Parse Configuration
Update Parse Configuration
Delete Parse Configuration
ModelsExpand Collapse
ParseConfiguration = object { id, created_at, name, 6 more }
Parse configuration schema.
id: string
Unique identifier for the parse configuration
created_at: string
Creation timestamp
name: string
Name of the parse configuration
parameters: LlamaParseParameters { adaptive_long_table, aggressive_table_extraction, annotate_links, 115 more }
LlamaParseParameters configuration
images_to_save: optional array of "screenshot" or "embedded" or "layout"
Enum for representing the mode of parsing to be used.
priority: optional "low" or "medium" or "high" or "critical"
The priority for the request. This field may be ignored or overwritten depending on the organization tier.
Enum for representing the different available page error handling modes.
webhook_configurations: optional array of WebhookConfiguration { webhook_events, webhook_headers, webhook_output_format, webhook_url }
The outbound webhook configurations
webhook_events: optional array of "extract.pending" or "extract.success" or "extract.error" or 13 more
List of event names to subscribe to
webhook_headers: optional map[string]
Custom HTTP headers to include with webhook requests.
webhook_output_format: optional string
The output format to use for the webhook. Defaults to string if none supplied. Currently supported values: string, json
webhook_url: optional string
The URL to send webhook notifications to.
source_id: string
ID of the source
source_type: string
Type of the source (e.g., 'project')
updated_at: string
Last update timestamp
version: string
Version of the configuration
creator: optional string
Creator of the configuration
ParseConfigurationCreate = object { name, parameters, version, 3 more }
Schema for creating a new parse configuration (API boundary).
name: string
Name of the parse configuration
parameters: LlamaParseParameters { adaptive_long_table, aggressive_table_extraction, annotate_links, 115 more }
LlamaParseParameters configuration
images_to_save: optional array of "screenshot" or "embedded" or "layout"
Enum for representing the mode of parsing to be used.
priority: optional "low" or "medium" or "high" or "critical"
The priority for the request. This field may be ignored or overwritten depending on the organization tier.
Enum for representing the different available page error handling modes.
webhook_configurations: optional array of WebhookConfiguration { webhook_events, webhook_headers, webhook_output_format, webhook_url }
The outbound webhook configurations
webhook_events: optional array of "extract.pending" or "extract.success" or "extract.error" or 13 more
List of event names to subscribe to
webhook_headers: optional map[string]
Custom HTTP headers to include with webhook requests.
webhook_output_format: optional string
The output format to use for the webhook. Defaults to string if none supplied. Currently supported values: string, json
webhook_url: optional string
The URL to send webhook notifications to.
version: string
Version of the configuration
creator: optional string
Creator of the configuration
source_id: optional string
ID of the source
source_type: optional string
Type of the source (e.g., 'project')
ParseConfigurationQueryResponse = object { items, next_page_token, total_size }
Response schema for paginated parse configuration queries.
The list of items.
id: string
Unique identifier for the parse configuration
created_at: string
Creation timestamp
name: string
Name of the parse configuration
parameters: LlamaParseParameters { adaptive_long_table, aggressive_table_extraction, annotate_links, 115 more }
LlamaParseParameters configuration
images_to_save: optional array of "screenshot" or "embedded" or "layout"
Enum for representing the mode of parsing to be used.
priority: optional "low" or "medium" or "high" or "critical"
The priority for the request. This field may be ignored or overwritten depending on the organization tier.
Enum for representing the different available page error handling modes.
webhook_configurations: optional array of WebhookConfiguration { webhook_events, webhook_headers, webhook_output_format, webhook_url }
The outbound webhook configurations
webhook_events: optional array of "extract.pending" or "extract.success" or "extract.error" or 13 more
List of event names to subscribe to
webhook_headers: optional map[string]
Custom HTTP headers to include with webhook requests.
webhook_output_format: optional string
The output format to use for the webhook. Defaults to string if none supplied. Currently supported values: string, json
webhook_url: optional string
The URL to send webhook notifications to.
source_id: string
ID of the source
source_type: string
Type of the source (e.g., 'project')
updated_at: string
Last update timestamp
version: string
Version of the configuration
creator: optional string
Creator of the configuration
next_page_token: optional string
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
total_size: optional number
The total number of items available. This is only populated when specifically requested. The value may be an estimate and can be used for display purposes only.