Download OpenAPI specification:Download
Official API documentation for the Fonella backend services.
Starts a test callback request through VAPI.
| phoneNumber required | string |
| company | string |
| preferredWindow | string |
| notes | string |
| recaptchaToken | string |
{- "phoneNumber": "+491701234567",
- "company": "Fonella GmbH",
- "preferredWindow": "Today 14:00-16:00",
- "notes": "Please call via office line.",
- "recaptchaToken": "03AFcWeA..."
}{ }Submits the public contact form.
| name required | string |
| email required | string <email> |
| company | string |
| message required | string |
{- "name": "Max Mustermann",
- "email": "max@example.com",
- "company": "Fonella GmbH",
- "message": "I would like to book a demo."
}{ }Creates a new subscription for the authenticated user.
| planId required | string Enum: "starter" "business" "premium" |
{- "planId": "business"
}{ }Schedules a subscription plan change.
| targetPlanId required | string Enum: "starter" "business" "premium" |
{- "targetPlanId": "premium"
}{ }Updates settings for the authenticated user.
| name | string |
string <email> | |
| timezone | string |
{- "name": "Max Mustermann",
- "email": "max@fonella.ai",
- "timezone": "Europe/Berlin"
}{ }Creates or updates assistant setup for the authenticated user.
| greeting | string |
| language | string |
{- "greeting": "Hello, this is Fonella.",
- "language": "de"
}{ }Creates or updates SIP integration settings.
| host required | string |
| username required | string |
| password | string |
{- "host": "sip.example.net",
- "username": "1001",
- "password": "********"
}{ }