Get the AI credits usage for the project.
curl --request GET \
--url https://api.chatling.ai/v2/usage/ai-credits \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"used": 55,
"max": 3000
}
}
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
}
}
Get the AI credits usage for the project.
curl --request GET \
--url https://api.chatling.ai/v2/usage/ai-credits \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"used": 55,
"max": 3000
}
}
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
}
}