---
title: "Voice stream"
method: POST
path: "/v1/voice_calls"
tags: ["Voice Stream"]
---

# Voice stream

`POST /v1/voice_calls`

## Request body

- VoiceStreamPostRequestWrapperDto
  - `data` VerificationVoicePostRequestDto, required
    - `to` string, required — Phone number as digits without spaces or special characters, beginning with the country dialing code
    - `stream_url` string, required — URL where the audio stream will be transmitted

## Response `201`

Created

- VoiceStreamPostResponseDto
  - `data` object
    - `account_id` string, uuid — The unique identifier of the account
    - `message_id` string, uuid — The unique identifier of the message
    - `to` string — Recipients phone number
    - `from` string — The phone number the call will originate from
    - `stream_url` string — URL where the audio stream will be transmitted
    - `create_date` string, date-time — Creation date of the verification in UTC, formatted as yyyy-mm-dd hh:mm:ss

## Other responses

- `400` — **Bad Request:** Code Message Description 1523 Invalid recipient number(s) 1801 'data.to' is required 1802 'data.stream.url' is required 1803 'data.stream.url' is invalid

---

[API](https://skmtc.net/dexatel/apis/verify-apis.md) · [All operations](https://skmtc.net/dexatel/apis/verify-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dexatel/verify-apis/revisions/a924257f431d/schema)
