Skip to main content
GET
/
v1
/
create.remix_song
create.remix_song
curl --request GET \
  --url https://api.soundpiece.co/v1/create.remix_song
{
  "remix_song": {
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "idempotency_key": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "source": {
      "url": "<string>"
    },
    "lyrics": "<string>",
    "prompt": "<string>",
    "n_variations": 2,
    "outputs": [
      {
        "url": "<string>",
        "expires_at": "2023-11-07T05:31:56Z",
        "duration": 123
      }
    ],
    "error": {
      "message": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.soundpiece.co/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

id
string
required

A unique identifier for an operation, prefixed op_. Returned from any PUT endpoint; pass it to the matching GET to poll, or use it to correlate webhook deliveries with your records.

Pattern: ^op_[0-9a-z]{26}$
wait
boolean
default:false

If true, long-poll for up to 20 seconds waiting for the operation to reach ready or failed.

Response

Successful Response

remix_song
RemixSong · object
required