This page documents the public APIs available on PotatoHotDog.
Static Voice APIs
These APIs are used for generating TTS audio using a static voice. You can submit a generation request and then poll for its progress until the audio is ready.
Generate Static Voice TTS Item API
Use the Generate Static Voice TTS Item API to convert text into speech using a static voice by supplying your API key, a voice ID, and the text to speak.
View Documentation
Get Static Voice Item Progress API
Use the Get Static Voice Item Progress API to check the generation status of a static voice TTS item by supplying its item ID.
View Documentation
AI Response APIs
These APIs lets you generate AI-powered text responses using a large language model. It is used to create dynamic, context-aware replies that can be read out through a browser source on your stream.
AI Response API
Use the AI Response API to generate text from a large language model by supplying your API key and a prompt instruction.
View Documentation
Cloned Voice APIs
These APIs are used for generating TTS audio using a cloned voice. You can submit a generation request and then poll for its progress until the audio is ready.
Generate Cloned Voice TTS Item API
Use the Generate Cloned Voice TTS Item API to convert text into speech using a cloned voice by supplying your API key, a voice ID, and the text to speak.
View Documentation
Get Cloned Voice Item Progress API
Use the Get Cloned Voice Item Progress API to check the generation status of a cloned voice TTS item by supplying its item ID.
View Documentation