zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Artificial Intelligence/Edge TTS
Logo Edge TTS

Edge TTS

Microsoft Edge Neural TTS (gratis). 322 voice neural berkualitas tinggi, 142 bahasa termasuk Indonesia. Atur voice, kecepatan, nada.

free
1 endpoint1 endpoint on this scraper11 calls11 calls so farupdated 3 months agoLast updated 7/10/2026, 5:18:18 AMBusy: 10+ calls so farLive: no endpoint is cachedllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Synthesize Speech

Text-to-speech → audio mp3 (base64 + data URL).

POST/v1/ai:edge-tts/synthesizeno cache4 paramschecking key…
Parameters
textstringrequired
text/plain

Teks yang mau diubah jadi suara. Maks 3000 karakter.

voicestring
text/plain

ShortName voice. Default id-ID-GadisNeural (wanita ID). Indonesia: id-ID-GadisNeural (W), id-ID-ArdiNeural (P). Populer: en-US-AvaNeural, en-US-AndrewNeural, en-GB-SoniaNeural, ja-JP-NanamiNeural, ko-KR-SunHiNeural, zh-CN-XiaoxiaoNeural, ar-SA-ZariyahNeural. 322 voice / 142 bahasa total.

ratestring
text/plain

Kecepatan bicara, format persen. Default +0%. Range -100% (lambat) s/d +100% (cepat). Contoh: "-20%", "+30%".

pitchstring
text/plain

Nada suara. Default +0Hz. Contoh: "-10Hz", "+20Hz".

·
Response
EXAMPLE
{
  "rate": "+0%",
  "text": "Halo, ini suara neural berkualitas tinggi dari Zapi AI menggunakan Microsoft Edge TTS.",
  "audio": {
    "url": "data:audio/mpeg;base64,//NIxAAAAANIAAAAAExBTUVVVVU5JHIESdD9GcMwWsUgmhNywGmfiTERK...[truncated]",
    "base64": "//NIxAAAAANIAAAAAExBTUVVVVU5JHIESdD9GcMwWsUgmhNywGmfiTERKPDwsJww...[truncated]",
    "mimeType": "audio/mpeg"
  },
  "pitch": "+0Hz",
  "voice": "id-ID-GadisNeural",
  "provider": "edge-tts"
}

Code

Synthesize Speech
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("ai:edge-tts", "synthesize", {
  "text": "Halo, ini contoh suara neural berkualitas tinggi.",
  "voice": "id-ID-GadisNeural",
  "rate": "+0%",
  "pitch": "+0Hz"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
POST
Synthesize Speech/v1/ai:edge-tts/synthesize
4 params

Parameters

textstringrequiredin body
Teks yang mau diubah jadi suara. Maks 3000 karakter.
voicestringoptionalin body
ShortName voice. Default id-ID-GadisNeural (wanita ID). Indonesia: id-ID-GadisNeural (W), id-ID-ArdiNeural (P). Populer: en-US-AvaNeural, en-US-AndrewNeural, en-GB-SoniaNeural, ja-JP-NanamiNeural, ko-KR-SunHiNeural, zh-CN-XiaoxiaoNeural, ar-SA-ZariyahNeural. 322 voice / 142 bahasa total.
ratestringoptionalin body
Kecepatan bicara, format persen. Default +0%. Range -100% (lambat) s/d +100% (cepat). Contoh: "-20%", "+30%".
pitchstringoptionalin body
Nada suara. Default +0Hz. Contoh: "-10Hz", "+20Hz".

Request

curl -X POST "https://api.zapi.ink/v1/ai:edge-tts/synthesize" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "rate": "+0%",
  "text": "Halo, ini suara neural berkualitas tinggi dari Zapi AI menggunakan Microsoft Edge TTS.",
  "audio": {
    "url": "data:audio/mpeg;base64,//NIxAAAAANIAAAAAExBTUVVVVU5JHIESdD9GcMwWsUgmhNywGmfiTERK...[truncated]",
    "base64": "//NIxAAAAANIAAAAAExBTUVVVVU5JHIESdD9GcMwWsUgmhNywGmfiTERKPDwsJww...[truncated]",
    "mimeType": "audio/mpeg"
  },
  "pitch": "+0Hz",
  "voice": "id-ID-GadisNeural",
  "provider": "edge-tts"
}

Related APIs

More in ai

Copilot AI

aicopilot

Microsoft Copilot — chat completion OpenAI-compatible, support streaming SSE

1K1K calls so far10mResponses cached for 10m
Busy: 10+ calls so far

ChatGPT (chatgpt.com)

aichatgpt

ChatGPT (mode anonim, tanpa login) dari OpenAI. Endpoint kompatibel OpenAI Chat Completions (stream & non-stream).

851851 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Felo AI

aifelo

AI search assistant dengan web real-time — OpenAI-compatible, support streaming, return sumber referensi.

208208 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Chatex

aichatex

Chatex chat — OpenAI-compatible chat completions.

238238 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Dolphin AI

aidolphin

Dolphin 24B uncensored chat — chat completion OpenAI-compatible, support streaming SSE

7777 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Google AI (g.ai)

aigoogle-aimode

Asisten penelusuran AI dari Google (AI Mode / g.ai) — jawaban grounded ke web realtime dengan sitasi. OpenAI-compatible chat completions.

9393 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.