---
title: "Voice [Audio-to-Speech]"
method: POST
path: "/voice/send"
---

# Voice [Audio-to-Speech]

`POST /voice/send`

API for sending Voice Call (Audio to Speech)

## Request body

- object
  - `customer_mobile_number` string[], required — The customer mobile number. With country code, e.g 234
  - `path` string, required — Paste the link to the audio file
  - `type` string, required — Type should be outgoing
  - `repeat` integer, required — Number of times the voice message should be repeated to the recipient

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `total_contacts` integer
    - `business_uid` string
  - `errors` unknown
  - `message` string
  - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/sendchamp/apis/send-sms.md) · [All operations](https://skmtc.dev/sendchamp/apis/send-sms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sendchamp/send-sms/revisions/399d08f054ce/schema)
