number_id parameter. This is highly recommended for:number_id is not provided, the system will automatically select an available number from your organization's pool, which may not be appropriate for reseller scenarios where numbers are client-specific.agent_id)agent_config)xai_realtime provider, omit stt_config and tts_config (handled internally)openai, anthropic, groq), both stt_config and tts_config are requiredcall_id to track progresscurl --location --request POST 'https://api.flireo.com/api/v1/calls/outbound' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"destination": "+31612345678",
"number_id": "7f8a9b2c-3d4e-5f6g-7h8i-9j0k1l2m3n4o",
"agent_id": "17a0cb75-fa09-4bdd-9a44-92a70d829c88",
"first_message": "Hello, calling from your dedicated support line."
}'{
"success": true,
"call_id": "call-outbound-abc123",
"room_name": "outbound-abc12345",
"status": "dialing"
}