Skip to main content
When Vobiz makes a synchronous HTTP request to your application, it expects an XML document in response. Vobiz sends parameters with the request that your application can use before responding. Requests are sent as application/x-www-form-urlencoded using the HTTP method configured for the URL (POST by default; GET sends the parameters as a query string). Your response must be a single <Response> document served as application/xml (or text/xml) over HTTPS.
Response constraints
  • The XML response must not exceed 100 KB.
  • Respond quickly - aim for under 1-2 seconds. A slow or unreachable endpoint causes dead air and can drop the call.
  • The Content-Type must be application/xml or text/xml. Returning text/html or text/plain causes a parsing error.
Note: The maximum allowed size of the XML document in response to an HTTP request from Vobiz is 100 KB.

Voice calls

Parameters Vobiz sends for voice calls