Artlist Enterprise Download API

Mint a downloadable URL for a licensed Artlist asset. Takes the asset type (currently song), the asset id (numeric or UUID) and the desired format (mp3 or wave), and returns the URL of the downloadable asset.

OpenAPI Specification

artlist-download-openapi-original.yml Raw ↑
openapi: 3.1.0
info:
  title: Download
  version: 1.0.0
paths:
  /https://business.artlist.io/download/v1/downloadable/{assetType}/{id}/{format}:
    get:
      operationId: downloadable-controller-get-downloadable-url
      summary: Downloadable Controller Get Downloadable Url
      tags:
        - downloadable
      parameters:
        - name: assetType
          in: path
          description: The type of the asset - currently the supported asset type is 'song'
          required: true
          schema:
            $ref: '#/components/schemas/HttpsBusinessArtlistIoDownloadV1DownloadableAssetTypeIdFormatGetParametersAssetType'
        - name: id
          in: path
          description: The ID of the downloadable item (number or UUID)
          required: true
          schema:
            type: string
        - name: format
          in: path
          description: The format of the download
          required: true
          schema:
            $ref: '#/components/schemas/HttpsBusinessArtlistIoDownloadV1DownloadableAssetTypeIdFormatGetParametersFormat'
      responses:
        '200':
          description: Returns a downloadable URL
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DownloadableUrl'
servers:
  - url: https://host.com
    description: Default
components:
  schemas:
    HttpsBusinessArtlistIoDownloadV1DownloadableAssetTypeIdFormatGetParametersAssetType:
      type: string
      enum:
        - song
      title: HttpsBusinessArtlistIoDownloadV1DownloadableAssetTypeIdFormatGetParametersAssetType
    HttpsBusinessArtlistIoDownloadV1DownloadableAssetTypeIdFormatGetParametersFormat:
      type: string
      enum:
        - mp3
        - wave
      title: HttpsBusinessArtlistIoDownloadV1DownloadableAssetTypeIdFormatGetParametersFormat
    DownloadableUrl:
      type: object
      properties:
        url:
          type: string
          description: The URL of the downloadable asset
      required:
        - url
      title: DownloadableUrl
Where this information came from

This is an independent, third-party profile of Artlist Enterprise Download API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.