Text To Speech

Convert a text to voice and download the voiceId

POST https://api.bitel.rest/api/v1/files/tts

Headers

Name
Type
Description

content-type

string

application/json

Request Body

Name
Type
Description

text

string

the message to be converted

speaker

string

whether the speaker is "male" or "female", default is "female"

{
  "result": "eb7d2887bfe2403e9e418598bfec4313",
  "error": null
}

Sample Request

{
    "text": "Hi, there"
}

Last updated