create application

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired

application name

account_sidstringRequiredformat: "uuid"
call_hookobjectRequired

application webhook to handle inbound voice calls

call_status_hookobjectRequired

webhook to report call status events

messaging_hookobjectOptional

application webhook to handle inbound SMS/MMS messages

app_jsonstringOptional

Voice Application Json, call_hook will not be invoked if app_json is provided

speech_synthesis_vendorstringOptional
speech_synthesis_voicestringOptional
speech_recognizer_vendorstringOptional
speech_recognizer_languagestringOptional

Response

application successfully created

sidstring

Errors