Documents

Create a component reprocessing job

Reprocesses specific visual components to re-extract content based on updated bboxes.

post/api/v0/documents/{document_id}/component-reprocessing-jobs

Path parameters

document_idstring uuid required

Request body

component_idsstring[] nullable

Specific component IDs to reprocess. If not provided, uses reprocess_all_pending.

reprocess_all_pendingboolean

Reprocess all components with needs_reprocessing=true for this document.

deletesstring[] nullable

Component IDs to delete before reprocessing.

Response

Successful Response

job_status_idstring uuid required

The ID of the job status for tracking.

statusstring required

The initial status of the job.

component_countinteger required

The number of components queued for reprocessing.

Changes

No recorded changes to this endpoint across all 1 revision of this API.