post https://api.fonestorm.com/v2/soundfiles
Add a new SoundFile to an account.
Notes
label
labelName/Label for the SoundFile.
soundfile
soundfileSound File ID or SoundFile URL. Anyone from soundfile and tts is required.
tts
ttsText to Speech string. Anyone from soundfile and tts is required.
tts_volume
tts_volumeTTS volume.
expires_at
expires_atSoundFile expires at timestamp. SoundFile will be deleted after it.
Sample Response
{
"soundfile": {
"id": "4665497596",
"label": "Test File 1",
"soundfile": "recording-4665497596.wav",
"recording_id": "recording-4665497596.wav",
"tts": "",
"tts_volume": ""
}
}Response Properties
| Property | Type | Description |
|---|---|---|
| SoundFile | object | SoundFile |