Usage
AI Credits
Members
Chatbots
Conversations
Knowledge base
Usage
AI Credits
Get the AI credits usage for the project.
GET
/
usage
/
ai-credits
curl --request GET \
--url https://api.chatling.ai/v2/usage/ai-credits \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"used": 55,
"max": 3000
}
}
Response
The status of the request. Will be success
if the request was successful, otherwise error
.
{
"status": "success",
"data": {
"used": 55,
"max": 3000
}
}
curl --request GET \
--url https://api.chatling.ai/v2/usage/ai-credits \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"used": 55,
"max": 3000
}
}