cURL
curl --request GET \ --url https://api.nugen.in/api/v3/agents/available_models/ \ --header 'Authorization: Bearer <token>'
Get available models for agents - return direct array to match frontend expectations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?