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/chatbots \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "pages": { "current_page": 1, "last_page": 1, "per_page": 25 }, "chatbots": [ { "id": "8917794239", "name": "My first chatbot", "version": "2.0", "visibility": "public", "created_at": "2024-06-05T12:13:35:00+00:00" } ] } }
Get a list of all the chatbots in the project.
success
error
Show properties
public
private