Documents
Document counts by status
Authorization
bearerAuth AuthorizationBearer <token>
Clerk session JWT. Also send x-clerk-org-id if org context needed.
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/documents/stats"{ "total": 0, "pending": 0, "processing": 0, "ready": 0, "error": 0}