Start a new conversation session with an AI agent.
POST /{agentId}/start
curl -X POST https://iwy-ai--iwy-backend-start.modal.run/your-agent-id/start \ -H "Authorization: Bearer super-secret-token" \ -H "Content-Type: application/json" \ -d '{ "agent_id": "your-agent-id", "createDailyRoom": true, "dailyRoomProperties": {}, "callback_url": "https://example.com/callback", "device_info": {}, "context": {} }'
Bearer super-secret-token
agentId