These docs are for v2.11. Click to read the latest docs for v2.12.

Get SoundFiles

Get a list of all soundfiles.

This will return a listing of all the soundfiles belonging to the FracTEL account associated with the API token being used.

Sample Response

{
    "soundfiles": [
        {
            "id": "4665497596",
            "label": "Test File 1",
            "soundfile": "recording-4665497596.wav",
            "recording_id": "recording-4665497596.wav",
            "tts": "",
            "tts_volume": ""
        },
        {
            "id": "2049734270",
            "label": "Test File 2",
            "soundfile": "recording-2049734270.wav",
            "recording_id": "recording-2049734270.wav",
            "tts": "",
            "tts_volume": "100"
        }
    ]
}

Response Properties

PropertyTypeDescription
SoundFilesarrayArray of SoundFile
Language
Credentials
Header
Click Try It! to start a request and see the response here!