Skip to main content
Note: Access to the Token Index API is gated per subscription. Your subscription may restrict the available token, index_version, and queryable date range.

POST /api/token-index/index

Get daily LLM token index data for a requested token, index version, and date range. If no date range is provided, data for the server current date is used by default. Missing dates are returned as "-1".

Authorization

This endpoint requires a valid user token or application token. 🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token

Request Body

The request body must be in application/json format. starting_date must be less than or equal to ending_date.

Request Example

Responses

  • 200: Successful Response Index values are returned as strings formatted to four decimal places. index_name is taken from the underlying data and may be null if no data exists for the range.
  • 422: Validation Error
  • 10008: Date range error
  • 34004: Product permission is missing