JsonCutDocs
V2 APIEndpointsDeveloper

Get V2 API usage

Get V2 API usage. Usage and the machine-readable public contract. Required API key scopes: `usage:read`.

GET
/api/v2/usage

Authorization

apiKeyAuth

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/usage"
{  "success": true,  "data": {    "period": "2026-08",    "renderedSeconds": 420.5,    "renderedImages": 38,    "estimatedCost": 4.72,    "jobs": 54,    "storageMb": 812.4,    "daily": [      {        "date": "2026-08-25",        "seconds": 42.5,        "images": 4,        "jobs": 6      }    ]  }}