Editor API
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.
https://api.accusoft.com/editor/docs/
-
Documents-Comments - Delete Document Comments POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/deleteComments
-
Sessions-Document - Download Session Document GET {{editor_base_url}}/api/v1/sessions/{{sessionId}}/document/docx
-
Administration - Get Health GET {{editor_base_url}}/api/v1/health
-
Documents-Comments - Add Document Comments POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/addComments
-
Documents-Comments - Get Document Comments GET {{editor_base_url}}/api/v1/documents/{{documentId}}/comments
-
Documents-Comments - Update Document Comments POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/updateComments
-
Documents-Text - Find and Replace Text (Beta) POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/findAndReplace
-
Documents-Text - Get Document Text (Beta) GET {{editor_base_url}}/api/v1/documents/{{documentId}}/text
-
Documents - Upload Document POST {{editor_base_url}}/api/v1/documents
-
Documents - Clone Document POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/clone