Get document upload statistics over time.
Returns document upload trends grouped by day, week, or month. Includes counts, page totals, and file sizes for each period.
Documentation Index
Fetch the complete documentation index at: https://docs.docintell.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. Format: dk_test_ or dk_live_
Time grouping interval
day, week, month Start date (ISO 8601, default: 30 days ago)
End date (ISO 8601, default: today)
Document upload trends with time-based grouping
Response for document stats over time (GET /v1/stats/documents).
Document upload trends with time-based grouping.
Time period covered
{
"end": "2025-12-07",
"start": "2025-11-07"
}Grouping interval
day, week, month Time series data points
Aggregated totals for the period
{
"count": 72,
"pages": 2808,
"size_bytes": 146925813
}