Skip to main content
POST
Create Release
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

This endpoint allows the creation of a new release with tracks. The release will be created in draft status and can be submitted for review once ready. Authorization:
  • Required role: user or higher
Request Body

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
title
string
required

The title of the release

displayArtist
string
required

The display artist name

artists
object
required

Artists and their roles (must include at least one primary artist)

tracks
object[]
required

Array of tracks in the release

format
enum<string>
default:Single

Format of the release

Available options:
Single,
EP,
Album,
LP,
Video
type
enum<string>
default:Audio

Type of release

Available options:
Audio,
Video
version
string

Version of the release

label
string

Record label

Copyright information

mainGenre
string[]

Main genres of the release

subGenre
string[]

Sub-genres of the release

contributors
object

Contributors and their roles

description
string

Description of the release

metadata
object

Additional metadata

media
object[]
explicit
enum<string> | null

Content rating: explicit, clean, or null (not specified)

Available options:
explicit,
clean
ownerId
string<uuid> | null

Optional: UUID of the user who will own the release (admin/owner only)

Example:

"550e8400-e29b-41d4-a716-446655440000"

releaseDate
string<date>

Release date

preReleaseDate
string<date>

Pre-release date

Response

Success - Release created

success
boolean
Example:

true

data
object