Reprocess a document
Re-extract a document, optionally with a new schema.
black_hole.
Retry of a failed document is a different route on the chat-pk surface and does not start a billed full reprocess.Authorizations
Organisation API key from Settings → API / /api/keys/. The secret is
shown once. Send Authorization: Bearer sk-abacus-…. One active key
per organisation. Ingest (/api/v2/ingest/*) refuses API keys — that
surface is Auth0-only with ingest:read / ingest:write scopes.
Path Parameters
Body
Body for POST /attachments/<att_id>/reprocess/.
struct_version_id:
* an int → pin that StructVersion and run schema-guided extraction
* null / omitted → remove any schema and run OCR-only re-extraction
Response
Processing status snapshot for the progress-polling endpoint.
Serializes ChatAttachment directly (not Chat) because the progress endpoint queries the attachment by chat pk.

