Skip to main content
GET
/
v1
/
adapt.auto_cut_down
adapt.auto_cut_down
curl --request GET \
  --url https://api.soundpiece.co/v1/adapt.auto_cut_down
{
  "auto_cut": {
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "idempotency_key": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "source": {
      "url": "<string>"
    },
    "target_duration": 123,
    "output": {
      "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

auto_cut
AutoCut · object
required