Skip to main content

Using a voice

Pass the voiceId from any card above into a synthesis request.
await fetch("https://api.upliftai.org/v1/synthesis/text-to-speech", {
  method: "POST",
  headers: {
    "Authorization": "Bearer sk_api_your_key_here",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    voiceId: "jinn",
    text: "میں نے تمہیں پکارا تھا، صدیوں پہلے۔",
    outputFormat: "MP3_22050_128"
  })
})

Earlier voices

These remain available for existing integrations. Urdu — Info/Education V2 · Urdu — Info/Education · Urdu — Nostalgic News · Urdu — Dada Jee · Urdu — Gen Z (beta) · Sindhi — Female · Sindhi — Male Calm · Sindhi — Male News · Balochi — Male · Balochi — Female ·

Tell us what you’re building

Reach us at founders@upliftai.org — we’d love to help you ship.