Skip to main content

Copy a document into another collection

POST 

https://platform.docana.com/api/v1/documents/:id/export/

Takes the source document id as the id path parameter and a JSON body { collectionId } (destination collection). The copy is a new document: it starts QUEUED and is ingested again, which spends budget, and the original stays where it was. To relocate a document instead, keeping its knowledge and paying nothing, use moveDocumentToCollection. Failure responses other than the invalid-id 400 are plain-text bodies.

Request

Responses

The copied document