Skip to main content
GET
/
background_tracks
/
{id}
Show
curl --request GET \
  --url https://api.beyondwords.io/v1/background_tracks/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "id": 1,
  "name": "Test track 1",
  "volume": 100,
  "created": "2023-01-01 00:00:00 UTC",
  "updated": "2023-01-01 00:00:05 UTC"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

The numeric ID of your background track

Response

200 - application/json

OK

id
integer

Unique identifier for the object

name
string

The background track name

volume
integer

Percent volume of the track

project
object
media
object
created
string

Time at which the object was created (ISO 8601)

updated
string

Time at which the object was updated (ISO 8601)