Create Translation
POST
Typescript
Documentation Index
Fetch the complete documentation index at: https://docs.dedaluslabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Translate audio files from any supported language to English text. Useful for international content localization and multilingual transcription. Note: OpenAI only endpoint.Usage Examples
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
Response
Successful Response
- CreateTranslationResponseVerboseJson
- CreateTranslationResponseJson
Fields: # noqa: D415.
- language (required): str
- duration (required): float
- text (required): str
- segments (optional): list[TranscriptionSegment]
Last modified on May 29, 2026
Typescript
