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/instant-agents' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number_id": "54afc7b8-17df-415a-9fb0-21ee66219576",
"company_name": "string",
"agent_name": "AI Assistent",
"notification_email": "user@example.com",
"website_url": "http://example.com",
"additional_context": "string",
"custom_instructions": "string",
"faqs": [
{
"question": "string",
"answer": "string"
}
],
"call_transfers": [
{
"name": "string",
"phone_number": "string",
"description": "string"
}
],
"can_book_appointments": false,
"calendar_ics_url": "http://example.com",
"minimum_booking_hours": 24,
"appointment_types": [
{
"name": "string",
"duration": 0,
"description": "string"
}
],
"sms_message": "string"
}'"string"