POST https://kpi.knowlarity.com/Basic/v1/account/sound
| Parameters | Description |
|---|
| soundname | String |
| Type | Public URL of sound file |
| Parameters | Description |
|---|
| language | String |
| description | String |
curl -X POST \
https://kpi.knowlarity.com/Basic/v1/account/sound \
-H 'accept: application/json' \
-H 'authorization: <authorization-key>' \
-H 'x-api-key: <x-api-key>'\
-H 'content-type: application/json' \
-d '{
"soundname": "soundhelix",
"soundfile": "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-16.mp3", <Sample Sound FIle>
"language": "string",
"description": "string"
}'
{
"id": 381148,
"status": "Pending Approval",
"msg": [
"Successfully added sound"
]
}