Submit a release for distribution

Existing v1 clients may omit expanded metadata and receive server defaults. New clients should provide distribution_store_ids, label, copyright credits, track_type, and role credits explicitly. A 422 validation_failed response carries a details array naming each offending field path, e.g. tracks[0].writers[0].name.

post/releases

Request body

release_idstring
conversation_idstring
token_offsetboolean
distributorsobject
skip_adaptersboolean

Example request

{
  "release": {
    "audio_language": "en",
    "metadata_language": "en",
    "contributors": [
      {
        "role": "Producer"
      }
    ]
  },
  "tracks": [
    {
      "language": "en",
      "contributors": [
        {
          "role": "Producer"
        }
      ]
    }
  ]
}

Response

Submitted release

Changes

No recorded changes to this endpoint across all 1 revision of this API.