Skip to main content
PUT
/
adapt.add_voice_over
adapt.add_voice_over
curl --request PUT \
  --url https://api.soundpiece.co/adapt.add_voice_over \
  --header 'Content-Type: application/json' \
  --data '
{
  "audio": {
    "asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "voice_over": {
    "asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "callback": {
    "url": "<string>",
    "context": {}
  }
}
'
{
  "computation": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "generating",
    "asset_ids": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ]
  }
}

Body

application/json
audio
AssetSource · object
required

The audio source the voice over will be added to

voice_over
AssetSource · object
required

The audio source containing the voice over to be added

callback
Callback · object

Configuration for a callback that will be called when the computation is complete

Response

Successful Response

computation
AudioComputation · object
required

A computation to track the generation of audio