curl --request POST \ --url https://api.gigabrain.gg/v1/superagents/{agent_id}/chat \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "message": "What positions are you currently monitoring?", "session_id": "<string>", "stream": false}'
Copy
{ "content": "I'm currently monitoring ETH/USDT on the 5m chart. Funding is slightly negative which favors longs. Waiting for RSI to dip below 35 for entry.", "session_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"}
Chat
Chat with SuperAgent
Send a message to a SuperAgent. Supports streaming via SSE. Each chat session is identified by a session_id.
POST
/
v1
/
superagents
/
{agent_id}
/
chat
Chat with SuperAgent
Copy
curl --request POST \ --url https://api.gigabrain.gg/v1/superagents/{agent_id}/chat \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "message": "What positions are you currently monitoring?", "session_id": "<string>", "stream": false}'
Copy
{ "content": "I'm currently monitoring ETH/USDT on the 5m chart. Funding is slightly negative which favors longs. Waiting for RSI to dip below 35 for entry.", "session_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"}