cURL
curl --request POST \ --url https://agent.kryptonfund.com/api/v1/agents/query \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "user_id": "<string>", "username": "<string>", "session_id": "<string>", "top_n": 25, "include_search": true, "content": [ {} ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Route the incoming query through the strands orchestrator.
Natural language query
User ID for session tracking
Username for personalization
Session ID for session tracking
1 <= x <= 50
Interrupt responses as content blocks
Successful Response