get https://app.docupanda.io/documents/summary
Get a count of your documents, including the total number of documents, as well as the list of unique datasets
Responses
Get a count of your documents, including the total number of documents, as well as the list of unique datasets
xxxxxxxxxx
curl --request GET \
--url https://app.docupanda.io/documents/summary \
--header 'accept: application/json'
xxxxxxxxxx
{
"totalDocuments": 0,
"datasets": [
"string"
]
}