---
title: "Add sound via call"
method: POST
path: "/campaigns/sounds/calls"
tags: ["campaigns"]
---

# Add sound via call

`POST /campaigns/sounds/calls`

Use this API to create a sound via a phone call. Provide the required phone number in the CallCreateSound object inside the request, and user will receive a call shortly after with instructions on how to record a sound over the phone.

## Query parameters

- `fields` string

## Request body

- CallCreateSound — Request object is used for creating sound via a phone call. This sound will appear in account's sound library
  - `name` string — Name of a sound to create
  - `toNumber` string — Phone number in E.164 11-digit format to call to record a sound. Example: 12132000384

## Response `200`

successful operation

- CampaignSound — Represents a sound recording from account's sound library which can be used in different API operations
  - `id` integer — An id of a sound file
  - `name` string — A name of a sound file
  - `created` integer — The time when the given resource was created, formatted in unix time milliseconds (read only). Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT
  - `lengthInSeconds` integer — Length of a sound in seconds
  - `status` 'UPLOAD' | 'RECORDING' | 'ACTIVE' | 'ACTIVE_SYSTEM' | 'FAILED' | 'ARCHIVED' | 'SCRUBBED' — A current status of a sound, available values: UPLOAD - uploading is in progress, RECORDING - recording of sound is in progress, ACTIVE - sound is ready, FAILED, ARCHIVED - sound was archived, SCRUBBED - sound was scrubbed
  - `duplicate` boolean — True if the same sound file exists in a sound library of account

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.dev/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/revisions/9f6fb501bc03/schema)
