Create a parse job that will asynchronously process a document.
This endpoint initiates document parsing using the specified engine (default: Reducto). The operation is performed asynchronously via Temporal workflows.
Args: request: Parse job request with source document ID and parameters
Returns: Job entity that can be used to track progress
Raises: HTTPException: If the source document is not found or other errors occur
API key for authentication
Selected Account ID
Successful Response
Job response model representing an asynchronous operation.
ID of the entity
ID of the project
Operation type (e.g., 'parse')
parse, extract, vector_store, chunk Current job status
pending, running, succeeded, failed When the job was created
"job"Source document/file ID
Request correlation ID for tracing
When the job started processing
When the job completed
Job result payload when completed
Error message if job failed
Timeline of job execution events