v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Usage

Audio speeches

Get audio speeches usage details for the organization.

get/organization/usage/audio_speeches

Query parameters

start_timeinteger required

Start time (Unix seconds) of the query time range, inclusive.

end_timeinteger

End time (Unix seconds) of the query time range, exclusive.

bucket_width'1m' | '1h' | '1d'

Width of each time bucket in response. Currently 1m, 1h and 1d are supported, default to 1d.

project_idsstring[]

Return only usage for these projects.

user_idsstring[]

Return only usage for these users.

api_key_idsstring[]

Return only usage for these API keys.

modelsstring[]

Return only usage for these models.

group_bystring[]

Group the usage data by the specified fields. Support fields include project_id, user_id, api_key_id, model or any combination of them.

limitinteger

Specifies the number of buckets to return.

  • bucket_width=1d: default: 7, max: 31
  • bucket_width=1h: default: 24, max: 168
  • bucket_width=1m: default: 60, max: 1440
pagestring

A cursor for use in pagination. Corresponding to the next_page field from the previous response.

Response

Usage data retrieved successfully.

object'page' required
has_moreboolean required
next_pagestring nullable required