Number of APIs: 17
NOTE: Many of the requests found in this collection cannot currently be run successfully. They can however be used as a reference in showing how the requests should be configured.
GET {{editor_base_url}}/api/v1/health
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/addComments
NOTE: This endpoint changes the document and assumes that nothing else (like an editing session or another call to this endpoint) will be making changes to the document at the same time.*
• DO NOT call this endpoint if an end user is actively editing the document.
• DO NOT make concurrent calls to this endpoint for the same document.If you do these things, changes to the document may not be applied correctly
https://api.accusoft.com/editor/docs/#api-Documents-addComments
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/deleteComments
GET {{editor_base_url}}/api/v1/documents/{{documentId}}/comments
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/updateComments
POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/findAndReplace
https://api.accusoft.com/editor/docs/#api-Documents-findAndReplace
This endpoint is intended to be used by a server-side process that has exclusive access to a document. It is typically used to prepare a document before creating a session for an end user to edit it, or to finalize a document before downloading it into your application.
Note: This endpoint changes the document and assumes that nothing else (like an editing session or another call to this endpoint) will be making changes to the document at the same time.
If you do these things, changes to the document may not be applied correctly.
GET {{editor_base_url}}/api/v1/documents/{{documentId}}/text
POST {{editor_base_url}}/api/v1/documents
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.
DELETE {{editor_base_url}}/api/v1/documents/{{documentId}}
GET {{editor_base_url}}/api/v1/documents/{{documentId}}
GET {{editor_base_url}}/api/v1/sessions/{{sessionId}}/document
GET {{editor_base_url}}/api/v1/sessions/{{sessionId}}/document/docx
POST {{editor_base_url}}/api/v1/sessions
DELETE {{editor_base_url}}/api/v1/sessions/{{sessionId}}
GET {{editor_base_url}}/api/v1/sessions/configurations/default
PUT {{editor_base_url}}/api/v1/sessions/configurations/default