Logo
Accusoft API Documentation

Clone Document

POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/clone

https://api.accusoft.com/editor/docs/#api-Documents-clone

Makes a copy of a given document in its current state and returns the cloned document id.

  • The clone operation may fail resulting in a 580 response code when using filesystem storage while an end user is actively editing the document.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'editor_base_url/api/v1/documents/documentId/actions/clone'

ENDPOINTS