Download OpenAPI specification:Download
Makes a call out to a phone number. The types of callouts currently supported are conference callouts, text-to-speech callouts, and custom callouts. The custom callout is the most flexible, but text-to-speech and conference callouts are more convenient.
A success response, or an Error.
Place a phone call and use text to speech to convey a message.
{- "method": "ttsCallout",
- "ttsCallout": {
- "cli": "+14045001000",
- "destination": {
- "type": "number",
- "endpoint": "+14045005000"
}, - "locale": "en-US",
- "text": "Hello, this is a call from Sinch."
}
}
{- "callId": "adf92089-df2a-4f14-a377-1e975f588fe4"
}