Ingest a pre-computed parse result directly without creating a job.
This endpoint allows direct ingestion of parse results from external tools while storing them in a dedicated parse_results table for better performance and indexing.
Args: request: Parse result creation request with source document ID and result payload storage_gateway: Storage gateway for uploading content to object store
Returns: ParseResultEntity representing the stored parse result
Raises: HTTPException: If the source document is not found or other errors occur
API key for authentication
Selected Account ID
Entity for custom parse results.
Array of chunks from parsing
Source document ID that was parsed
Engine used for parsing
Parse result metadata
"parse_result"Parameters used during parsing
Error message if parsing had issues
Processing time in milliseconds
Successful Response
Parse result response model representing a completed parse operation.
Array of chunks from parsing
Source document ID that was parsed
Engine used for parsing
Parse result metadata
ID of the entity
ID of the project
When the parse result was created
"parse_result"Parameters used during parsing
Error message if parsing had issues
Processing time in milliseconds