Documents
Move to another batch
Move a document to another batch and re-extract.
POST
Move a document to a different batch
Re-files the document into a batch you can edit, then re-extracts. Always billable, attributed to the mover. Same-schema moves keep cell overrides; a different schema clears them.
409 if the document is still processing. 400 if the destination is a schema-builder test batch. 409 if the destination is canceled.
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
application/json
Body for POST /attachments/<att_id>/move-batch/.
target_batch_id: the batch to move the document into. Must be a batch the
caller can edit (403 otherwise) that isn't a schema-test or cancelled batch
(400/409). Moving to the document's current batch is an accepted no-op.

