Invoke (non-stream)

Same as Invoke, except the response is "sync" (without streaming) in JSON format.

A non-streaming version of ExternalInvokeAgentGraphV1

post

This endpoint sends a prompt to the AI assistant agent graph and returns a single aggregated response containing all the assistant’s messages and actions.

Authorizations
x-api-keystringRequired

Include x-api-key in the header.

Body
businessIdstringRequired
clientKeystringRequired
sessionIdstringRequired
agentIdstringOptional
Responses
200

A successful response.

application/json
post
/external/v1/ai/agent_graph/invoke_sync

Last updated