cURL
curl --request POST \ --url https://api.flipsidecrypto.xyz/public/v3/agents/{identifier}/stream \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '"<unknown>"'
"<string>"
Stream any registered agent (code or database-defined) by UUID or slug. For ChatAgents, streams the conversational response. For SubAgents, executes and returns the result.
Agent UUID or slug
1
Agent-specific input (varies by agent)
Agent stream started successfully
Server-sent events stream of agent execution
Was this page helpful?