Create a new asset.
POST/upload/
Create a new asset.
Request
- multipart/form-data
Body
required
file filerequired
The uploaded file data. Supported audio formats only. (e.g. wav, aiff, flac, mp3)
Responses
- 2XX
Default Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
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
stemAssets
object[]
Array of stem assets generated for the job
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
{
"name": "string",
"id": "string",
"fileType": "string",
"format": "string",
"link": "string",
"jobs": [
{
"stemAssets": [
{
"name": "string",
"id": "string",
"fileType": "string",
"format": "string",
"path": "string"
}
]
}
]
}
Loading...