Skip to main content
POST
Create a Playlist for current user

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 playlist"

description
string | null

Short description (between 20 and 170 chracaters) for playlist

image
string | null

Image url for playlist

public
string | null
default:false

Whether this playlist will be set as public

collaborative
string | null
default:false

Whether this playlist will be set as collaborative

Response

On success, the response body contains the created playlist object in JSON format

status
string
Example:

"success"

playlist
object
Last modified on July 21, 2026