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.
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
}Your unique Avido API key
Your unique Avido Application ID
Successfully retrieved document counts
Response containing total and active document counts