SoundClone - Query Result
Common
Query SoundClone Task
Query preview or production SoundClone task status and results.
GET
SoundClone - Query Result
Query preview or production audio tasks by the
id returned from Create Preview or Create Audio. This path is dedicated to SoundClone tasks.Response envelope: { "code": 20000, "msg": "ok", "data": { ... } }.Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Task ID from create preview or create audio response. |
Response fields
| Field | Type | Description |
|---|---|---|
id | string | Task ID |
object | string | Always audio |
created | integer | Creation timestamp |
model | string | soundCloningClone (preview) or soundCloningAudio (production) |
status | string | queued / processing / completed / failed |
modelId | string | Returned when preview completes; use in create audio |
audioUrl | string | Preview or production audio URL |
subtitleFile | string | Subtitle file URL when subtitle generation was enabled |
error | string | Error message on failure |
Task status
| status | Meaning |
|---|---|
queued | Waiting in queue |
processing | In progress |
completed | Done — read audioUrl (and modelId for preview) |
failed | Failed — read error |
Polling
Poll every 5–10 seconds untilstatus is completed or failed.
Example
Response examples
ProcessingAuthorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Task ID from create preview or create audio