PDF4.dev
Stats
GET
/api/v1/stats

Authorization

AuthorizationRequiredBearer <token>

API key from Settings page. Keys start with p4_live_ prefix.

In: header

Query Parameters

periodstring

Time period filter. Omit for all-time statistics.

Value in: "1h" | "24h" | "7d" | "30d"
curl -X GET "https://docs.pdf4.dev/api/proxy/api/v1/stats?period=1h" \
  -H "Authorization: Bearer <token>"

Usage statistics

{
  "templates": 0,
  "total_renders": 0,
  "success_rate": 0,
  "avg_duration_ms": 0,
  "total_size_bytes": 0
}