Get high-level statistics overview.
Returns summary counts for documents, jobs (grouped by status), and schemas. Useful for dashboard widgets and quick health checks.
API Key authentication. Format: dk_test_
High-level summary of documents, jobs, and schemas
Response for stats overview (GET /v1/stats/overview).
High-level dashboard summary with counts for documents, jobs, and schemas.
Document statistics
{
"total": 1247,
"total_pages": 48923,
"total_size_bytes": 2147483648
}Job statistics
{
"by_status": {
"completed": 1489,
"failed": 19,
"pending": 12,
"processing": 3
},
"total": 1523
}Schema statistics
{ "total": 8 }