{ "id": "507f1f77bcf86cd799439011", "created_at": "2026-03-09T14:22:01.000Z", "text": "I found several built-in microwaves with 20+ liters capacity. Here are the top options for you:", "sender": { "id": "agent_abc123", "type": "agent", "email": "agent@aui.io" }, "receiver": { "id": "user_xyz789", "type": "user", "email": "customer@example.com" }, "options": [], "variants_options": [], "followup_suggestions": [ "What is the price range?", "Do any of these come in stainless steel?", "Which one has the best energy rating?" ]}
Messaging API
Messages
Send messages to an AUI agent and receive complete responses.
Send a message to an AUI agent and receive the complete response.
cURL
Copy
Ask AI
curl -X POST "https://data-services.aui.io/api/ia-controller/api/v1/external/message" \ -H "Content-Type: application/json" \ -H "x-network-api-key: your-api-key" \ -d '{ "task_id": "68e78d0dc5a4b19a030d03d6", "text": "I am looking for a built-in microwave with at least 20 liters capacity" }'
{ "id": "507f1f77bcf86cd799439011", "created_at": "2026-03-09T14:22:01.000Z", "text": "I found several built-in microwaves with 20+ liters capacity. Here are the top options for you:", "sender": { "id": "agent_abc123", "type": "agent", "email": "agent@aui.io" }, "receiver": { "id": "user_xyz789", "type": "user", "email": "customer@example.com" }, "options": [], "variants_options": [], "followup_suggestions": [ "What is the price range?", "Do any of these come in stainless steel?", "Which one has the best energy rating?" ]}