Basic
Query API Key Billing
GET
Request Headers
Enum:
application/jsonBearer authentication format, for example: Bearer {{API Key}}.
Query Parameters
Billing granularity. Options:
Day, Week, Month.Product type or business category. Common values:
llm, gen_api, web_search.Product name. Supports fuzzy matching.
Query start time, Unix timestamp in seconds (int64). Must be greater than or equal to
2026-01-01 00:00:00.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
API Key bill list.
Last modified on June 12, 2026