Skip to main content

Create a new asset.

POST 

/upload/

Create a new asset.

Request

Body

required

    file filerequired

    The uploaded file data. Supported audio formats only. (e.g. wav, aiff, flac, mp3)

Responses

Default Response

Schema

    name string

    Name of the asset

    id string

    Unique identifier of the asset

    fileType string

    Type of the file of the asset

    format string

    Format of the asset

    link string

    URL link of the asset

    jobs

    object[]

    Array of jobs containing the stem assets generated from the asset

  • Array [

  • stemAssets

    object[]

    Array of stem assets generated for the job

  • Array [

  • name string

    Name of the stem asset

    id string

    Unique identifier of the stem asset

    fileType string

    Type of the file of the stem asset

    format string

    Format of the stem asset

    path string

    Path of the stem asset

  • ]

  • ]

Loading...