curl --request GET \
--url https://api.example.com/insight/context-tokens-batch/ \
--header 'Authorization: Bearer <token>'{
"total_tokens": 123,
"rate_per_100k": 123
}Get aggregated context token sum for a list of records.
Query parameters:
curl --request GET \
--url https://api.example.com/insight/context-tokens-batch/ \
--header 'Authorization: Bearer <token>'{
"total_tokens": 123,
"rate_per_100k": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?