Skip to main content
POST
Upload Parse Result

Authorizations

x-api-key
string
header
required

API key for authentication

x-selected-account-id
string
header
required

Selected Account ID

Path Parameters

project_id
string
required

Body

application/json

Entity for custom parse results.

content
ParseResultContent · object
required

Array of chunks from parsing

source_document_id
string
required

Source document ID that was parsed

engine
string
required

Engine used for parsing

parse_metadata
ParseResultMetadata · object
required

Parse result metadata

object
string
default:parse_result
Allowed value: "parse_result"
vector_store_metadata
Vector Store Metadata · object | null

Metadata to populate into the vector store to filter on when searching

parameters
Parameters · object | null

Parameters used during parsing

error
string | null

Error message if parsing had issues

processing_time_ms
integer | null

Processing time in milliseconds

Response

Successful Response

Parse result response model representing a completed parse operation.

source_document_id
string
required

Source document ID that was parsed

engine
string
required

Engine used for parsing

parse_metadata
ParseResultMetadata · object
required

Parse result metadata

id
string
required

ID of the entity

project_id
string
required

ID of the project

created_at
string<date-time>
required

When the parse result was created

content
ParseResultContent · object | null

Parsed files, returned only if requested

object
string
default:parse_result
Allowed value: "parse_result"
vector_store_metadata
Vector Store Metadata · object | null

Metadata to populate into the vector store to filter on when searching

parameters
Parameters · object | null

Parameters used during parsing

error
string | null

Error message if parsing had issues

processing_time_ms
integer | null

Processing time in milliseconds