---
title: "Create background track"
method: POST
path: "/background_tracks"
tags: ["Background tracks"]
---

# Create background track

`POST /background_tracks`

Creates a background track in your organization.

## Request body

- RequestBodyBackgroundTrack
  - `name` string
  - `volume` integer
  - `project` object, nullable
    - `id` integer
  - `media` object
    - `url` string

## Response `201`

successful

- BackgroundTrackModel
  - `id` integer — Unique identifier for the object
  - `name` string — The background track name
  - `volume` integer — Percent volume of the track
  - `project` object, nullable
    - `id` integer
    - `name` string
  - `media` object
    - `url` string
    - `duration` integer
  - `created` string — Time at which the object was created (ISO 8601)
  - `updated` string — Time at which the object was updated (ISO 8601)

---

[API](https://skmtc.net/beyondwords/apis/beyondwords-rest-api.md) · [All operations](https://skmtc.net/beyondwords/apis/beyondwords-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beyondwords/beyondwords-rest-api/versions/8c4bfe3e2ebd/schema)
