Skip to main content
POST
Create a new track

Authorizations

Authorization
string
header
required

API access is invite-only. Contact contact@beatpass.ca to request access. Once approved, generate tokens from Account Settings → Developers. Include as: Authorization: Bearer {token}. Tokens expire after 90 days.

Body

application/json
name
string
Example:

"My New Track"

description
string
Example:

"A great new song"

duration
integer

Duration in milliseconds

Example:

180000

genre
string
Example:

"Rock"

artists
integer[]
Example:

Response

Track created successfully

status
string
Example:

"success"

track
object
Last modified on July 21, 2026