Documents

Create a document reprocessing job

Creates a new job to reprocess an existing document without changing its file content.

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

Path parameters

document_idstring uuid required

Request body

skip_visual_transcriptionboolean nullable

When True, skip VLM-based transcription for visual components. Tables use raw OCR, flowcharts/charts are empty.

Response

Successful Response

job_status_idstring uuid required

The ID of the job status.

statusstring required

The status of the job. Options: pending, done, error.

error_messagestring nullable required

The error message if the job failed.

document_idstring uuid nullable required

The ID of the document that was uploaded.

Changes

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