Note: Access to the Token Index API is gated per subscription. Your subscription may restrict the availabletoken,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: OAuth2PasswordBearerFlow type: password
Token URL: token
Request Body
The request body must be inapplication/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_nameis taken from the underlying data and may benullif no data exists for the range.
- 422: Validation Error
- 10008: Date range error
- 34004: Product permission is missing