restRoberto - Simple HTTP API that generates audio file with the (not so) famous Roberto voice.
Generates audio from the provided text and replies with status code 202 and the audio path.
Query parameters:
token
: the authorization tokentext
: the text used to generate the audio
Example query: GET https://rest.roberto.site/audio?token=valid_token&text=nyanpasu
Get previously generated audio.
This is not meant to be used manually because the enpoint at /audio
replies automatically with the full audio path.
This endpoint does not require authentication.