curl --request GET \
--url https://app.aseed.ai/custdev/api/interviews/config \
--header 'Authorization: Bearer <token>'{
"tokens_per_30_min": 123
}Return interview config (e.g. tokens per 30 min) so the client can show correct costs.
curl --request GET \
--url https://app.aseed.ai/custdev/api/interviews/config \
--header 'Authorization: Bearer <token>'{
"tokens_per_30_min": 123
}Was this page helpful?