Learn how users (or agents) can query AI Agents
getAgentAccessToken
method contains a valid accessToken
, the user can query the AI Agent making a standard HTTP request.
This request must be sent directly to the Agent (the description of the Agent API is in the Agent Metadata) or if the agentAccessParams
includes an entry in the proxies
array, through one of the Nevermined Proxy instances listed in the proxies
array of the response.
200 - Success
401 - Unauthorized
402 - Payment Required
403 - Forbidden
429 - Rate Limited
500 - Server Error