Skip to main content

Audio Translator

Translate spoken audio from any language to your target language using advanced AI models. Choose from multiple models optimized for different use cases, from simple translation to context-aware multilingual conversion with enhanced accuracy.

Available Models

Select a model below to view detailed documentation, parameters, and code examples:

Common Use Cases

  • Multilingual Content Creation - Translate podcasts and videos for global audiences
  • Meeting Documentation - Convert recorded meetings into translated transcripts
  • Educational Content - Translate lectures and presentations for international students
  • Media Localization - Adapt audio content for different markets with appropriate tone
  • Accessibility - Create translated transcripts for hearing-impaired users
  • Business Communication - Translate customer support calls and conference presentations
  • Cross-Language Communication - Enable voice message translation and multilingual voice communication

Endpoint

All audio translator models use the same endpoint:

Authentication

FieldValue
API-KEY<your-api-key>
Content-Typeapplication/json

General Request Structure

{
"type": "AUDIO_TRANSLATOR",
"model": "<model-id>",
"conversationId": "AUDIO_TRANSLATOR",
"promptObject": {
"audioUrl": "path/to/audio.mp3",
// Model-specific parameters...
}
}

Each model has different parameters and capabilities. Select a model above to see its specific documentation.