Version: 0.0.2
DOCUMENTS REST API
The DOCUMENTS REST API provides comprehensive access to manage files, folders, workflows, and more within your DOCUMENTS system. It mirrors the functionalities provided by the gRPC API, ensuring seamless interoperability. To test requests directly from this API documentation, CORS access to your server needs to be enabled. Please refer to the configuration documentation for instructions on how to enable CORS access.
Authentication
- HTTP: Bearer Auth
DOCUMENTS API Token. Can be configured using global property ApiKeyAuthentication. See property documentation for more information.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | apiToken |