Endpoint
clipId can be used in Add Instrumental or Sample operations.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
audio_url | string | Yes | Publicly accessible URL of the audio file to upload. |
Response
| Field | Type | Description |
|---|---|---|
clipId | string | Clip ID to use in subsequent operations. |
audioUrl | string | Processed audio URL. |
duration | integer | Audio duration in seconds. |
status | integer | Upload status code. 1 = ready. |