This documentation is built and maintained by the Flireo AI team to help you create, launch, and scale intelligent phone agents. Access the dashboard here.
curl --location --request POST 'https://api.flireo.nl/v1/calls/direct' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"assistant_id": "15873d11-6074-41a6-beec-2cc593baf5e1",
"contact_id": "e2f464f1-1d53-4eda-844b-a03788198431",
"custom_data": {
"reason": "Follow-up gesprek",
"notes": "Bespreken van recente bestelling"
}
}'
{
"result": "Call started!",
"type": "string"
}