Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
Key Concepts
- Answer URL - Vobiz requests this URL for a valid Vobiz XML element on an incoming call. The XML returned by this URL determines the flow of the call.
- Hangup URL - Vobiz makes an HTTP request to this URL when the call is hung up. Useful for call analytics and cleanup operations.
- Message URL - Vobiz sends all incoming messages to this URL. Vobiz expects an HTTP 200 response from this URL.
- SIP URI - Every Vobiz application can be called directly without being attached to a number or endpoint. When an incoming call arrives on this URI, Vobiz follows the same flow as it does for a number or endpoint.
Application Operations
- The Application Object - View the structure and attributes of the Application object including URLs, methods, and default settings.
- Create an Application - POST request to create a new application with answer URL, hangup URL, and message URL configuration.
- Retrieve an Application - GET request to retrieve all details of a specific application by app_id.
- Update an Application - POST request to modify application settings. Unspecified parameters remain unchanged.
- Delete an Application - DELETE request to permanently remove an application. Optionally cascade delete associated endpoints.
- List All Applications - GET request to retrieve all applications with optional filtering and pagination support.
- Attach Number - Link a phone number to a voice application so incoming calls route to it.
- Detach Number - Unlink a phone number from its voice application.
Webhook Callbacks
Answer URL Callback
When a call is answered, Vobiz makes a request to youranswer_url with call details.
Request Parameters:
Hangup URL Callback
When a call ends, Vobiz notifies yourhangup_url with call details and duration.
Request Parameters: