Skip to content

Quota state for the calling key

GET/v1/usage

Returns the current billing period, how many requests the key has spent and when the counter resets. Cheap to poll; it does not count against the quota itself.

Parameters

This endpoint takes no parameters.

Response

FieldTypeDescription
planstring
periodStartstring (ISO 8601)
periodEndstring (ISO 8601)
requestsintegerRequests counted in this period.
limitintegerRequests allowed in the period. Null when the plan is uncapped.
rateLimitPerMinuteinteger

Errors

StatusCodeWhen
401invalid_keyThe key is missing, unknown or disabled.

Example

bash
curl https://clips.vocaflare.com/v1/usage \
  -H "Authorization: Bearer $VOCAFLARE_API_KEY"
json
{
  "plan": "starter",
  "periodStart": "2026-09-01T00:00:00Z",
  "periodEnd": "2026-10-01T00:00:00Z",
  "requests": 12840,
  "limit": 50000,
  "rateLimitPerMinute": 120
}

Metadata only. Playback runs on YouTube, through your own embed.