Skip to content
API Reference

BuildwithNur'sVoiceAI

Reference docs for text to speech, speech to text, voice agents, voice cloning, dubbing, and audio tooling across the Nur platform.

1

Get API Access

Open the app or contact us to provision the right environment for your team.

2

Install an SDK

Start with Python or JavaScript, then expand into streaming or server-side integrations.

3

Make a Product Request

Choose TTS, STT, voice agents, cloning, or dubbing and send the first request fast.

Authentication

All API requests require authentication via a Bearer token in the Authorization header. Start with the same auth model across TTS, STT, voice agents, dubbing, and the rest of the platform.

1Authorization: Bearer YOUR_API_KEY

SDKs

Python

1pip install nur-ai

JavaScript / TypeScript

1npm install @nur/sdk

Go

1go get github.com/nur-ai/nur-go

Base URL

1https://api.nur.ai

All endpoints are relative to this base URL. All requests must use HTTPS.

Endpoints

Speech to Text

2 endpoints

Text to Speech

2 endpoints

Conversational AI

3 endpoints

Voice Agents

4 endpoints

Voice Cloning

4 endpoints

Voice Changer

2 endpoints

AI Dubbing

3 endpoints

Music Generation

2 endpoints

Audio Tools

2 endpoints

Rate Limits

TierRequestsCharactersVoice ClonesDubbingMusic
Free100/min10K/month15 min/month10 tracks/month
Pro1,000/min500K/month10120 min/month200 tracks/month
Business5,000/min2M/month50600 min/month1,000 tracks/month
EnterpriseCustomUnlimitedUnlimitedUnlimitedUnlimited

Error Codes

CodeStatusDescription
400Bad RequestInvalid parameters or missing required fields.
401UnauthorizedMissing or invalid API key.
403ForbiddenAPI key does not have permission for this resource.
404Not FoundThe requested resource does not exist.
409ConflictResource already exists (e.g. duplicate voice name).
413Payload Too LargeFile size exceeds the maximum limit.
429Rate LimitedToo many requests. Retry after the Retry-After header value.
500Server ErrorInternal error. Contact support if persistent.

Ready to build?

Get your API key and start building voice-powered experiences in minutes.