Invoke a Responder
Invoke a Large Language Model (e.g., GPT-4o) based on the configuration defined in the Responder object.
post
Invoke a responder.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
responderIdstringRequired
Body
inputobjectOptional
Responses
200
OK.
application/json
Responseany
400
Bad Request.
application/json
401
Unauthorized.
application/json
403
Forbidden.
application/json
404
Not Found.
application/json
409
Conflict.
application/json
post
/v1/agents/{agentId}/responders/{responderId}/invokeNo content
Last updated