Text to Speech
Convert text into natural-sounding voices.
Integrate narration, dubbing, image enhancement and media automation into your products with developer-friendly APIs.
Request
POST /v1/tts
{
"text": "Welcome to Scriptriz",
"voice": "alloy",
"language": "en"
}Response
{
"audio_url": "generated-audio.mp3",
"duration": 3.2
}Available APIs
Modular endpoints for speech, video, images and automation — all accessible through one consistent REST interface.
Convert text into natural-sounding voices.
Translate and dub videos into multiple languages.
Remove image backgrounds with a single API request.
Upscale and sharpen images while preserving details.
Generate scripts, ideas and narration workflows.
Combine media APIs into custom workflows.
Developer Experience
Production-ready infrastructure with the clarity and speed your team expects from a modern media API.
Most requests complete within seconds.
Secure API key authentication.
Clean structured outputs.
Designed for production workloads.
Live Playground
Preview request parameters and see how responses look before you integrate.
Output Preview
Generated Audio
Waiting for generation...
Integration
Copy a snippet in your preferred language and start sending requests in minutes.
const response = await fetch("https://api.scriptriz.app/v1/tts", {
method: "POST",
headers: {
Authorization: "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
},
body: JSON.stringify({
text: "Welcome to Scriptriz",
voice: "alloy",
language: "en",
}),
});
const data = await response.json();
console.log(data.audio_url);Dashboard Preview
Track requests, credits and success rates with a dashboard built for production teams.
API Overview
Last 7 days · Production workspace
API Requests
12,480
Credits Used
3,920
Success Rate
99.4%
Last Activity
2 min ago
Request volume
Daily API calls
Endpoint mix
Start integrating media intelligence into your applications today.