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

Kokoro TTS

High-quality multilingual text-to-speech synthesis.

1 endpoint1 endpoint on this scraper9 calls9 calls so farupdated 3 months agoLast updated 7/10/2026, 5:18:18 AMllms.txt
Endpoints1

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

Synthesize

Generate speech audio from text input.

POST/v1/ai:kokoro-tts/synthesize5m cache3 paramschecking key…
Parameters
textstringrequired
text/plain

Text untuk di-convert ke speech. Optimal untuk teks English (US/UK accent). Max 2000 chars.

voiceenum

Voice ID (28 pilihan). Prefix = aksen+gender: af=American Female, am=American Male, bf=British Female, bm=British Male. American female: af_heart (flagship), af_bella, af_nicole, af_aoede, af_kore, af_sarah, af_nova, af_sky, af_alloy, af_jessica, af_river. American male: am_michael, am_fenrir, am_puck, am_echo, am_eric, am_liam, am_onyx, am_santa, am_adam. British female: bf_emma, bf_isabella, bf_alice, bf_lily. British male: bm_george, bm_fable, bm_lewis, bm_daniel. Default af_heart.

speednumber

Kecepatan bicara (multiplier). Range 0.5 (lambat) - 2.0 (cepat). Default 1.0.

·
Response
EXAMPLE
{
  "text": "Halo, perkenalkan saya Zapi AI. Senang berkenalan dengan Anda.",
  "audio": {
    "url": "https://remsky-kokoro-tts-zero.hf.space/gradio_api/file=/tmp/gradio/8178a9a13fceab0fd38262452af3118b8ca01d104ed3ae4fd6ba2bc8f115f81b/audio.wav",
    "mimeType": "audio/wav"
  },
  "speed": 1,
  "voice": "af_bella",
  "provider": "kokoro-tts"
}

Code

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

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

const data = await client.run("ai:kokoro-tts", "synthesize", {
  "text": "Hello! This is a short speech sample rendered in real time.",
  "voice": "af_heart",
  "speed": 1
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
POST
Synthesize/v1/ai:kokoro-tts/synthesize
3 params

Parameters

textstringrequiredin body
Text untuk di-convert ke speech. Optimal untuk teks English (US/UK accent). Max 2000 chars.
voiceenumoptionalin body
Voice ID (28 pilihan). Prefix = aksen+gender: af=American Female, am=American Male, bf=British Female, bm=British Male. American female: af_heart (flagship), af_bella, af_nicole, af_aoede, af_kore, af_sarah, af_nova, af_sky, af_alloy, af_jessica, af_river. American male: am_michael, am_fenrir, am_puck, am_echo, am_eric, am_liam, am_onyx, am_santa, am_adam. British female: bf_emma, bf_isabella, bf_alice, bf_lily. British male: bm_george, bm_fable, bm_lewis, bm_daniel. Default af_heart. Values: af_heart, af_bella, af_nicole, af_aoede, af_kore, af_sarah, af_nova, af_sky, af_alloy, af_jessica, af_river, af_jadzia, am_michael, am_fenrir, am_puck, am_echo, am_eric, am_liam, am_onyx, am_santa, am_adam, bf_emma, bf_isabella, bf_alice, bf_lily, bm_george, bm_fable, bm_lewis, bm_daniel.
speednumberoptionalin body
Kecepatan bicara (multiplier). Range 0.5 (lambat) - 2.0 (cepat). Default 1.0.

Request

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

Example response

{
  "text": "Halo, perkenalkan saya Zapi AI. Senang berkenalan dengan Anda.",
  "audio": {
    "url": "https://remsky-kokoro-tts-zero.hf.space/gradio_api/file=/tmp/gradio/8178a9a13fceab0fd38262452af3118b8ca01d104ed3ae4fd6ba2bc8f115f81b/audio.wav",
    "mimeType": "audio/wav"
  },
  "speed": 1,
  "voice": "af_bella",
  "provider": "kokoro-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.