Get Usage Summary
GET /v1/credits/summary
Get user's credit usage summary.
Parameters
Name | Type | Required | Description |
---|---|---|---|
period | string | No | |
X-API-Key | string | No |
Responses
200
Successful Response
{
"$ref": "#/components/schemas/CreditSummaryResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}