Skip to main content
POST
Create a new artist

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:

"New Artist"

description
string
Example:

"A talented musician"

image_small
string
Example:

"https://example.com/artist-small.jpg"

Response

Artist created successfully

status
string
Example:

"success"

artist
object
Last modified on July 21, 2026