v5

latestOpenAPI 3.1.02026-08-04166362486.5 KB
extractions

Start an extraction job

Start an extraction job for the provided file and schema.

Args: params: The parameters for creating an extraction job.

Returns: The created extraction job.

post/v1/extractions/jobs

Request body

file_idstring required

The ID of the file to extract from

json_schemaobject required

The JSON schema to use for extraction

Response

The created extraction job

idstring uuid required

Unique identifier for the extraction job

organization_idstring uuid required

ID of the organization that owns this job

file_idstring uuid required

ID of the file being extracted

created_atstring date-time required

When the job was created

updated_atstring date-time required

When the job was last updated

started_atstring date-time nullable required

When the job started processing

finished_atstring date-time nullable required

When the job finished processing

status'pending' | 'in_progress' | 'cancelled' | 'completed' | 'failed' required
errorobject nullable required

Error information if failed

json_schemaobject required

The JSON schema used for extraction