cURL
curl --request GET \ --url https://api.nugen.in/api/v3/agents/ \ --header 'Authorization: Bearer <token>'
{ "agents": [ {} ], "agentCreationConfig": {}, "testConversation": [ {} ] }
List all user agents
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for agent list endpoint.
Was this page helpful?