Creates a background track in a organization
cURL
curl --request POST \ --url https://api.beyondwords.io/v1/background_tracks \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "project": { "id": 1 }, "name": "Test track 1", "media": { "url": "https://example.com/transcoded.mp3" } } '
{ "id": 1, "name": "Test track 1", "volume": 100, "created": "2023-01-01 00:00:00 UTC", "updated": "2023-01-01 00:00:05 UTC" }
Documentation IndexFetch the complete documentation index at: https://docs.beyondwords.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.beyondwords.io/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
successful
Unique identifier for the object
The background track name
Percent volume of the track
Time at which the object was created (ISO 8601)
Time at which the object was updated (ISO 8601)
Was this page helpful?