YepAPI

Command Palette

Search for a command to run...

DeepgramText to Speech/v1/media/queue

Deepgram Aura-2

Deepgram Aura-2 text to speech — 90 voices across seven languages, billed on input length.

Deepgram's multilingual speech model with 90 named voices — the largest voice roster on YepAPI. Covers English, Spanish, French, German, Italian, Dutch, and Japanese from a single model.

No credit card required. Takes 30 seconds.

2,400+

Developers

1.2M+

API calls served

100+

Endpoints

$0.01

Per call

Yep, that's it.

Playground coming soon — use the API endpoint directly with your API key.

Pricing

Per character: $0.0633/1K chars

Endpoint

/v1/media/queue

Strengths

90 named voices

The widest voice catalogue available here — enough to give every character, brand, or locale its own distinct speaker.

Seven languages

English, Spanish, French, German, Italian, Dutch, and Japanese without changing models.

Stable voice identity

Canonical Aura-2 voice IDs mean the same speaker sounds the same across every request and every release.

Contact-centre heritage

Deepgram builds for call audio, and Aura-2 is shaped by that workload.

Quick start

Copy this snippet and start making calls with Deepgram Aura-2.

// Step 1: Submit job
const res = await fetch('https://api.yepapi.com/v1/media/queue', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "model": "deepgram/aura-2",
    "prompt": "Your appointment is confirmed for Thursday at ten past two. We'll send a reminder the day before.",
    "options": {
      "voice": "aura-2-thalia-en"
    }
  }),
});
const { data } = await res.json();
const jobId = data.jobId;

// Step 2: Poll for result
const status = await fetch(`https://api.yepapi.com/v1/media/status/${jobId}`, {
  headers: { 'x-api-key': 'YOUR_API_KEY' },
});
const { data: job } = await status.json();
// job.status: "pending" | "processing" | "completed" | "failed"
// job.result: { text?, image?, audio?, video? }

Why use Deepgram Aura-2 through YepAPI?

One API key for all models — no separate accounts
No monthly minimums — pay per call
Switch models with one line of code
Simple REST API — works from any language
Unified billing across all providers
No rate limits for most use cases

Deepgram Aura-2 API — 90 voices, seven languages

Aura-2 is Deepgram's multilingual text-to-speech model and ships the widest voice catalogue of any speech model on YepAPI: 90 named voices spanning English, Spanish, French, German, Italian, Dutch, and Japanese.

Voices are selected by their canonical Aura-2 identifier, so the speaker you pick in development is the speaker you ship. Billing is $0.0633 per 1,000 characters of input on the standard media queue.

Start generating in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

Deepgram's multilingual speech model with 90 named voices — the largest voice roster on YepAPI. Covers English, Spanish, French, German, Italian, Dutch, and Japanese from a single model.

Pricing for Deepgram Aura-2 through YepAPI is based on usage. No monthly minimums — you only pay for what you use.

Sign up for a free API key, then send requests to the /v1/media/queue endpoint.

Ready to use Deepgram Aura-2?

$5 free credit on signup. No credit card required. Pay per call.

Explore more models