Upload Voice
To use a custom voice in a call, the client has to first upload the file and retrieve the identifier. this identifier can then be used in call APIs
The file should be in binary format and the limit must be less than 128 megabytes.
POST
https://api.bitel.rest/api/v2/files/upload
Headers
Name
Type
Description
content-type
string
multipart/formdata
Request Body
Name
Type
Description
data
object
the binary voice to be uploaded
The uploaded file can later be downloaded using the voiceId
Last updated