Interact with the backend directly using curl.
Get Agent Details
curl https://api.qude.ai/api/agent/{agentName}
curl "https://api.qude.ai/api/agent/Aura/interact?message=Hello!"
curl -X POST "https://api.qude.ai/api/agent/Aura/interact" \ -H "Content-Type: application/json" \ -d '{"message": "Hello, Aura?"}'
Last updated 10 days ago