Aria
AI Assistant
“Hi, I'm Aria. How can I help you today?”
Real-time transcription, voice cloning, and lifelike text-to-speech — over a small REST + WebSocket API. One key unlocks both products, with sub-second latency and drop-in compatibility for Whisper and ElevenLabs, so your team integrates once and ships faster everywhere.
Prefer Python? The official SDK wraps the ASR API with a fully-typed, async-friendly client.
# 1. Set your key + base URL once
export USF_API_KEY="<the key we sent you>"
export USF_BASE_URL="https://api-prod-usf.us.inc"
# 2. Transcribe a file
curl -sS "$USF_BASE_URL/v1/audio/transcriptions" \
-H "Authorization: Bearer $USF_API_KEY" \
-F file=@audio.wav \
-F model=usf-mini-asr
# 3. Or synthesize speech
curl -sS "$USF_BASE_URL/v1/text-to-speech/aria-ai-assistant?output_format=mp3_44100_128" \
-H "Authorization: Bearer $USF_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text":"Hello from UltraSafe.","model_id":"usf-tts"}' \
-o speech.mp315 production-ready voices, each shaped for a specific use case — from healthcare to fintech, retail to news. Click any to hear it now, or clone your own from a 30-second sample.
AI Assistant
“Hi, I'm Aria. How can I help you today?”
Banking Advisor
“Good afternoon. I'd be happy to review your portfolio.”
Bedside Nurse
“Take a deep breath. I'm right here whenever you need me.”
News Anchor
“Tonight at six: a closer look at today's top stories.”
Meditation Guide
“Breathe in slowly. Hold. And gently exhale.”
Luxury Concierge
“Welcome. May I arrange anything to make your stay perfect?”
Fitness Coach
“Let's go! Five more reps. You've got this!”
Online Tutor
“Great work! Let's move on to the next exercise.”
Showing 8 of 15 built-in voices. Plus voice cloning from a 30-second sample.
Try the full catalogueA handful of REST endpoints and a single WebSocket — documented in detail, with copy-pastable examples in curl, Python, and JavaScript. Same auth, same base URL, same SLA across both speech-to-text and text-to-speech.
Get an API key by email, copy a curl from the docs, and ship transcription or text-to-speech into your product today. Real-time streaming, voice cloning, and translation are all one parameter away.