Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.chatling.ai/v2/usage/chatbots \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "used": 2, "max": 5 } }
Get the chatbots usage for the project.
success
error
Show properties