VOOZH about

URL: https://apify.com/vivid_astronaut/text-to-speech

โ‡ฑ Text to Speech API - AI Voice Generation ยท Apify


๐Ÿ‘ Text To Speech avatar

Text To Speech

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store

Text To Speech

Under maintenance

Convert text to natural speech using AI voices. Multiple voices and languages available. Generate audio files for podcasts, videos, accessibility, and voice assistants.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

2

Monthly active users

5 months ago

Last modified

Categories

Share

Text to Speech - AI Voice Generator

Convert text to natural-sounding speech using AI voices. Multiple voices, languages, and output formats.

Features

  • Fast Processing: Lightning-fast text to speech - ai voice generator powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
textstringYesText to convert to speech
textsarrayNoList of texts for batch conversion
voicestringNoAI voice to use
modelstringNoAudio quality model
speednumberNoSpeech speed (0.25 - 4.0)
formatstringNoAudio output format
enginestringNoTTS engine to use
languagestringNoLanguage code for Google TTS engine
saveToKeyValueStorebooleanNoSave generated audio to key-value store

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"text":"Hello, welcome to our service!",
"texts":[
"First message",
"Second message"
],
"voice":"alloy",
"model":"tts-1",
"speed":1.0,
"format":"mp3",
"engine":"openai",
"language":"en",
"saveToKeyValueStore":true
};
const run =await client.actor("vivid_astronaut/text-to-speech").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"text":"Hello, welcome to our service!",
"texts":[
"First message",
"Second message"
],
"voice":"alloy",
"model":"tts-1",
"speed":1.0,
"format":"mp3",
"engine":"openai",
"language":"en",
"saveToKeyValueStore": true
}
run = client.actor("vivid_astronaut/text-to-speech").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~text-to-speech/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"text": "Hello, welcome to our service!",
"texts": [
"First message",
"Second message"
],
"voice": "alloy",
"model": "tts-1",
"speed": 1.0,
"format": "mp3",
"engine": "openai",
"language": "en",
"saveToKeyValueStore": true
}'

Pricing

Model: Pay per result Price: $0.005 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

Text To Speech

calm_necessity/text-to-speech

AI Text-to-Speech API that converts written text into high-quality natural voice audio. Supports multiple voices, languages, adjustable speed and pitch, ideal for audiobooks, podcasts, accessibility, automation, and voice-enabled applications.

๐Ÿ‘ User avatar

Taher Ali Badnawarwala

16

Text to speech generator

akash9078/advanced-text-to-speech

Professional-grade Text-to-Speech (TTS) actor powered by advanced AI models. Convert any text into natural, human-like speech with 50+ premium voices across 9 languages. Perfect for content creation, accessibility, voiceovers, audiobooks, podcasts, and multilingual applications.

๐Ÿ‘ User avatar

Akash Kumar Naik

21

Text to Speech Generator

moving_beacon-owner1/my-actor-30

Convert text into natural-sounding speech in multiple languages with ease.

22

Hugging Face Audio AI

alizarin_refrigerator-owner/hugging-face-audio-ai

Audio w/Hugging Face models speech recognition, text-to-speech & audio analysis Speech-to-Text: Transcribe audio Text-to-Speech: Generate natural speech Audio Classification: Classify sounds Voice Activity Detection: Detect speech Speaker Diarization: Identify speakers Music Generation: Create music

Text-to-Speech Generator (OpenAI voice generator)

stanvanrooy6/text-to-speech-generator-openai-voice-generator

Convert text to speech effortlessly with our OpenAI voice generator. Choose from 6 English-optimized voices, customize settings, and get high-quality audio files fast. Simple to use, integrates with your OpenAI API key.

9

1.0

Google Free Text to Speech

jupri/google-speech

Use free Google Text to Speech to translate text into voice

AI Text to Speech

saswave/ai-text-to-speech

TTS high-performance utility designed to convert written text into natural, human-like speech. Leveraging neural networks, ultra-low latency audio generation and high-fidelity voice synthesis across multiple global languages. Content creators looking to automate voiceover production.

AI Text-to-Speech Voiceover

dami_studio/ai-tts-voiceover

Turn text or a script into a natural AI voiceover audio file. Pick from multiple voices, speed, and format (MP3/WAV/Opus/AAC). Handles long scripts automatically. For faceless videos, narration, audiobooks, and podcasts. Bring your own OpenAI API key.

3

5.0