API Reference
Docbyte Vault provides a suite of APIs to manage document archiving, retrieval, and secure access. This documentation covers the core APIs you'll interact with: Authentication, Ingest, and Dissemination.
Authentication
Before accessing other APIs, you need to authenticate using OAuth 2.0.
Documentation: Authentication Guide
Ingest API
Use the Ingest API to add documents to the Docbyte Vault. You can upload single or multiple documents along with their metadata. The API also allows updating metadata for existing documents and provides a mechanism to request upload URLs for handling large files.
Documentation: Ingest API Reference
Dissemination API
The Dissemination API enables retrieval of documents stored in the Vault. It supports complex search queries with filters and aggregations, allowing you to fetch documents based on specific criteria.
Documentation: Dissemination API Reference