Basic
Query API Key Billing
GET
Request Headers
string
required
Enum:
application/jsonstring
required
Bearer authentication format, for example: Bearer {{API Key}}.
Query Parameters
string
required
Billing granularity. Options:
Day, Week, Month.string
Product type or business category. Common values:
llm, gen_api, web_search.string
Product name. Supports fuzzy matching.
integer
required
Query start time, Unix timestamp in seconds (int64). Must be greater than or equal to
2026-01-01 00:00:00.integer
required
Query end time, Unix timestamp in seconds (int64). Must be greater than
startTime.This endpoint only supports data after
2026-01-01 00:00:00. It does not support pagination. Keep each query range within 31 days. For longer ranges, split requests by calendar month or calendar week.Response Parameters
object[]
required
API Key bill list.
Last modified on June 2, 2026