ai_coquitts

An authenticated client can post a request to CoquiTTS

This AI has the ability to produce Text To Speech. The output is a wav file.

Coqui TTS github page

Get the JSON config file for this AI

GET https://opensourceais.com/api/v1/public/config/coquitts

Post a request to AI coquitts via OpenSourceAIs

POST https://opensourceais.com/api/v1/private/client/ai/coquitts

Request Body

Name
Type
Description

word*

String

The text to transform into speech

intl

String

An international code, such as en, or fr-fr to define the locale accent of the AI.

url_upload

String

A well formed URI starting with https://... and accessing a .WAV file. Note that this file has a limit of 4Mb. You should only upload files of at most 15sec of sample voice.

Last updated