cURL
curl --request GET \ --url https://api.avidoai.com/v0/documents/count \ --header 'x-api-key: <api-key>' \ --header 'x-application-id: <api-key>'
{ "totalCount": 42, "activeVersionCount": 37 }
Returns total document count and count of documents that have an active version.
Your unique Avido API key
Your unique Avido Application ID
Successfully retrieved document counts
Response containing total and active document counts
Total number of documents in the organization
0 <= x <= 9007199254740991
42
Number of documents that currently have an active version
37