# Supertonic 3 Text to Speech — 31 Languages (`myagizm/supertonic-3-text-to-speech`) Actor

Turn text into natural speech in 31 languages. 10 preset voices, speed control, WAV delivery. $0.01 per started 1,000 characters — one all-inclusive price, no start fee.

- **URL**: https://apify.com/myagizm/supertonic-3-text-to-speech.md
- **Developed by:** [MYM](https://apify.com/myagizm) (community)
- **Categories:** AI, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$10.00 / 1,000 started 1,000 characters (all-inclusive)s

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Supertonic 3 Text to Speech — 31 Languages, Studio-Grade AI Voices ($10 per 1M characters)

**Turn any text into natural, human-like speech in 31 languages — one flat all-inclusive price, no subscriptions, no hidden platform fees.**

Built for AI agents, LLM pipelines, n8n / Zapier / Make automations, app prototyping and content production. Pay only for successfully delivered audio.

![Type](https://img.shields.io/badge/type-Paid%20API-blue) ![Language](https://img.shields.io/badge/languages-31-green) ![Price](https://img.shields.io/badge/price-%240.01%20%2F%201k%20chars-brightgreen) ![Output](https://img.shields.io/badge/output-WAV%20%2B%20download%20URL-orange)

### Table of contents

- [What can it do](#what-can-it-do)
- [Who uses it](#who-uses-it)
- [Input fields](#input-fields)
- [How to use](#how-to-use)
- [Output example](#output-example)
- [Pricing](#pricing)
- [Integrations and API](#integrations-and-api)
- [Tips](#tips)
- [FAQ](#faq)
- Related searches
- [Disclaimer](#disclaimer)
- [中文说明](#中文说明)

### What can it do

✅ Convert plain text (1–2,000 Unicode code points per run) into natural speech
✅ 31 supported languages including English, Turkish, German, French, Spanish, Japanese, Korean, Arabic, Russian, Portuguese, Italian, Dutch, Polish, Ukrainian and more
✅ 10 official preset voices — five female (F1–F5) and five male (M1–M5)
✅ Adjustable speaking speed (0.7×–1.5×)
✅ Returns a WAV audio clip plus SHA-256 checksum, byte size and expiry timestamp
✅ One flat all-inclusive price per started 1,000 characters — no start fee, no platform surcharge
✅ Charges only on successful, non-empty delivery — failed runs cost nothing
✅ Works with AI agents and LLM tools via standardized input/output

### Who uses it

- **AI agent developers** giving assistants a spoken interface
- **Automation builders** on n8n, Zapier, Make and Windmill generating voice notifications, IVR prompts or podcast drafts
- **App developers** prototyping voice features without committing to a big-cloud subscription
- **Content creators** producing narration drafts in multiple languages
- **Accessibility teams** adding on-demand speech to reading flows

### Input fields

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `text` | string | ✅ | Plain text to synthesize, 1–2,000 Unicode code points. Billing counts code points including spaces and punctuation, in started blocks of 1,000 ($0.01 per block, minimum one block). |
| `voice` | select | ❌ | Official preset voice ID: `F1`–`F5` (female) or `M1`–`M5` (male). Defaults to `F1`. No voice cloning. |
| `language` | select | ❌ | One of the 31 supported Supertonic-3 languages. Defaults to `en`. |
| `speed` | number | ❌ | Speaking-rate multiplier, 0.7–1.5. Defaults to 1.05. |
| `acceptTerms` | boolean | ✅ | Must be `true`: you agree to disclose synthetic speech and not impersonate or mislead. |

### How to use

1. **Add your text** — paste or send 1–2,000 characters.
2. **Pick a voice** — try `F1` for a warm female narrator or `M2` for a calm male voice.
3. **Choose language and speed** — e.g. `tr` for Turkish at `1.0`.
4. **Accept the synthetic-speech terms** — set `acceptTerms: true`.
5. **Run** — the actor returns a signed HTTPS download URL (valid 24 hours), audio metadata and billing details in the Output tab and dataset.

#### Input example

```json
{
  "text": "Welcome to our service. This voice was generated by AI.",
  "voice": "F1",
  "language": "en",
  "speed": 1.05,
  "acceptTerms": true
}
```

### Output example

Real run output (abridged):

```json
{
  "ok": true,
  "kind": "tts",
  "voice": "F1",
  "language": "en",
  "charCount": 49,
  "duration": 4.2,
  "audioUrl": "https://minio.foxtools.de/...?X-Amz-Signature=...",
  "audioDelivery": "minio-presigned",
  "deliveryObjectKey": "foxo81/audio/....wav",
  "audioBytes": 370720,
  "audioSha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
  "expiresAt": "2026-09-19T12:00:00Z",
  "billingUnit": "text-1k-chars",
  "billingQuantity": 49,
  "billingCount": 1,
  "billingPriceUsdPerBlock": 0.01,
  "totalChargeUsd": 0.01,
  "billingIsAllInclusive": true
}
```

### Pricing

**$0.01 per started 1,000 characters — all-inclusive.**

The math, shown plainly:

| Characters | Blocks (`ceil(chars/1000)`) | Cost |
| --- | --- | --- |
| 1–1,000 | 1 | $0.01 |
| 1,001–2,000 | 2 | $0.02 |
| 500,000 | 500 | $5.00 |
| 1,000,000 | 1,000 | **$10.00** |

That equals **$10 per 1M characters** — below most major cloud TTS APIs. One price covers speech synthesis, Apify platform usage, storage and audio delivery. No separate start fee, no usage surcharge. Blocks are charged only for a successfully delivered, non-empty clip; failed runs cost $0.

### Integrations and API

**Sync run (get dataset items directly):**

```bash
curl -X POST "https://api.apify.com/v2/acts/myagizm~supertonic-3-text-to-speech/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello from the API!","voice":"F1","language":"en","speed":1.05,"acceptTerms":true}'
```

**Async run:**

```bash
curl -X POST "https://api.apify.com/v2/acts/myagizm~supertonic-3-text-to-speech/runs?token=YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"text":"Async speech generation.","acceptTerms":true}'
```

**n8n / Zapier / Make:** use the Apify node, pick this actor, map your text field to `text` and set `acceptTerms: true`.

### Tips

💡 Batch your scripts: 2,000 characters per run is the sweet spot — exactly 2 blocks.
💡 Download the WAV before `expiresAt` (24 h) if you need a permanent copy.
💡 Verify integrity with `audioSha256` after downloading.
💡 Use `speed: 0.9` for tutorials, `1.2` for energetic promos.

### FAQ

**Q: Which languages are supported?** English, Turkish, German, French, Spanish, Italian, Portuguese, Dutch, Polish, Ukrainian, Russian, Arabic, Japanese, Korean, Bulgarian, Czech, Danish, Greek, Estonian, Finnish, Hindi, Croatian, Hungarian, Indonesian, Lithuanian, Latvian, Romanian, Slovak, Slovenian, Swedish, Vietnamese.

**Q: Can I clone a voice?** No. Only the ten official presets F1–F5 / M1–M5 are offered — this keeps output quality consistent.

**Q: What audio format do I get?** Uncompressed PCM WAV via a signed HTTPS download URL, valid for 24 hours.

**Q: Do failed runs cost money?** No. A block is charged only for a successfully delivered, non-empty clip.

**Q: Is the audio watermarked?** No watermark, but output is AI-generated and must be disclosed as such.

**Q: Why Unicode code points?** One emoji or non-Latin glyph counts as one code point, matching how models actually read text.

**Q: Can I use this commercially?** Yes — audiobooks, apps, ads — as long as you disclose synthetic speech and do not impersonate real people.

**Q: How fast is a run?** Typically a few seconds for short texts; the actor's internal deadline is 420 s.

**Q: Is there a free trial?** Apify's platform free tier gives you platform credits; per-event charges apply per delivered clip.

**Q: What about long documents?** Split them into ≤2,000-character chunks and run per chunk.

### Related searches

supertonic text to speech api · ai voice generator api · cheap tts api · multilingual tts api · turkish text to speech api · german tts api · ai speech synthesis · natural sounding tts · tts for n8n · tts for zapier · ai voiceover api · flat price tts · pay per use tts · tts actor apify · speech synthesis 31 languages

### Disclaimer

Output is AI-generated speech. You are responsible for disclosing synthetic audio and for not using it to impersonate, defraud or mislead. We do not claim quality equivalence with any third-party service.

### 中文说明

## Supertonic 3 文本转语音 — 31 种语言，$10 / 100 万字符

**把任意文本变成自然的 AI 语音 — 一个全包价，无订阅、无隐藏平台费。**

✅ 31 种语言（英语、土耳其语、德语、法语、西班牙语、日语、韩语、阿拉伯语等）
✅ 10 个官方预设音色：F1–F5（女声）、M1–M5（男声）
✅ 语速 0.7–1.5 可调
✅ 返回 WAV 音频 + SHA-256 校验 + 24 小时下载链接
✅ 计费：每 1,000 字符 $0.01（起步一块），失败不收费

#### 输入字段

| 字段 | 类型 | 必填 | 说明 |
| --- | --- | --- | --- |
| `text` | string | ✅ | 纯文本，1–2000 Unicode 字符 |
| `voice` | select | ❌ | F1–F5 / M1–M5，默认 F1 |
| `language` | select | ❌ | 31 种语言之一，默认 en |
| `speed` | number | ❌ | 0.7–1.5，默认 1.05 |
| `acceptTerms` | boolean | ✅ | 必须为 true：同意披露合成语音 |

#### 计费示例

| 字符数 | 块数 | 费用 |
| --- | --- | --- |
| 1–1,000 | 1 | $0.01 |
| 1,001–2,000 | 2 | $0.02 |
| 1,000,000 | 1,000 | $10.00 |

#### 相关搜索

文本转语音 API · AI 配音 API · 多语言 TTS · 土耳其语 TTS · n8n 语音 · 便宜 TTS API

# Actor input Schema

## `text` (type: `string`):

Plain text. Billing counts Unicode code points including spaces and punctuation, charged in started blocks of 1,000 ($0.02 per started block, minimum one block).

## `voice` (type: `string`):

Official preset IDs. No voice cloning.

## `language` (type: `string`):

Supported Supertonic-3 language.

## `speed` (type: `number`):

Bounded speaking-rate multiplier.

## `acceptTerms` (type: `boolean`):

I will disclose synthetic speech and not impersonate, mislead, or use it unlawfully.

## Actor input object example

```json
{
  "text": "Hello! This is an AI-generated voice sample. Thank you for trying our text to speech Actor.",
  "voice": "F1",
  "language": "en",
  "speed": 1.05,
  "acceptTerms": true
}
```

# Actor output Schema

## `result` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "text": "Hello! This is an AI-generated voice sample. Thank you for trying our text to speech Actor.",
    "acceptTerms": true
};

// Run the Actor and wait for it to finish
const run = await client.actor("myagizm/supertonic-3-text-to-speech").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "text": "Hello! This is an AI-generated voice sample. Thank you for trying our text to speech Actor.",
    "acceptTerms": True,
}

# Run the Actor and wait for it to finish
run = client.actor("myagizm/supertonic-3-text-to-speech").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "text": "Hello! This is an AI-generated voice sample. Thank you for trying our text to speech Actor.",
  "acceptTerms": true
}' |
apify call myagizm/supertonic-3-text-to-speech --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,myagizm/supertonic-3-text-to-speech"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/dm8PyuVlybuuTqKnZ/builds/L3vjNRqo8qA2mXBxw/openapi.json
