API Endpoints

The List function in an AI agents API is useful for obtaining a general overview of the available AI agents, their features, and capabilities, making it easier to select the most suitable agent for a specific task or application.

Example

[
  {
 		"id": "0000000000-00000000000-00000-000000-0000",
    "org_id": "0000-0000-0000-0000-000-000-000000-00",
    "created_at": "2024-02-10T22:11:22.172Z",
    "pincode": "xxxx",
    "is_public": true,
    "welcome": "Hello, I'm a AI assistant to resolve CodeGPT issues",
    "image": "xxxx.png",
    "agent_type": "qa",
    "name": "HelpDeskBot",
    "prompt": "",
		"model": "gpt-4",
    "description": null,
    "is_frozen": false
  }
]
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!