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/

  1. Documents-Comments - Delete Document Comments POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/deleteComments

  2. Sessions-Document - Download Session Document GET {{editor_base_url}}/api/v1/sessions/{{sessionId}}/document/docx

  3. Administration - Get Health GET {{editor_base_url}}/api/v1/health

  4. Documents-Comments - Add Document Comments POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/addComments

  5. Documents-Comments - Get Document Comments GET {{editor_base_url}}/api/v1/documents/{{documentId}}/comments

  6. Documents-Comments - Update Document Comments POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/updateComments

  7. Documents-Text - Find and Replace Text (Beta) POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/findAndReplace

  8. Documents-Text - Get Document Text (Beta) GET {{editor_base_url}}/api/v1/documents/{{documentId}}/text

  9. Documents - Upload Document POST {{editor_base_url}}/api/v1/documents

  10. Documents - Clone Document POST {{editor_base_url}}/api/v1/documents/{{documentId}}/actions/clone