Appearance
Upload file
POST
/v1/files/upload
Upload a file that can be used across various endpoints.
Individual files can be up to 10 MB.
Authorizations
BearerAuth
TypeHTTP (bearer)
Request Body
Content Type: multipart/form-data
Please post the data according to the multipart/form-data specification, do not use JSON format.
Schema
file stringrequired
The File object (not file name) to be uploaded.
Format binary
purpose stringrequired
The intended purpose of the uploaded file.
For the following purposes:
- reference: Supported format (mp3). Maximum audio duration is 30 seconds, excess will be trimmed.
- vocal: Supported format (mp3). Maximum audio duration is 30 seconds, excess will be trimmed.
- melody: Supported format (mp3). Maximum audio duration is 60 seconds, excess will be trimmed.
- instrumental: Supported format (mp3). Maximum audio duration is 30 seconds, excess will be trimmed.
- voice: Supported format (mp3). Maximum audio duration is 15 seconds, excess will be trimmed.
Valid valuesreferencevocalmelodyinstrumentalvoice
Responses
The uploaded File object.
application/json
POST
/v1/files/upload