Send message through the ADK orchestrator
Processes a user message through the multi-agent pipeline and returns the final assistant reply together with per-agent traces. This is the primary message endpoint used by the current web integrations.
Authentication
AuthorizationBearer
Send the agent framework auth token as
Authorization: Bearer <token>.
Request
This endpoint expects an object.
session_id
content
conversation_history
user_preferences
Response
Message processed successfully.
content
agent_traces
total_latency_ms
success
context
sentiment
query_analysis
error
Errors
500
Internal Server Error