Create a voice translation job
Creates an async voice translation job. The response includes an upload URL for the source audio file.
Authorizations
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Query Parameters
Additional fields to include in the response.
signed_url: Include pre-signed URLs (signed_upload_urlon create,signed_download_urlon status) that can be used without an authorization header.
signed_url Body
Response
Job created successfully.
The unique identifier of the created job.
The URL to upload the source audio file to via PUT with Content-Type: application/octet-stream.
Requires the Authorization: DeepL-Signature {signature} header.
See Upload File for details.
A short-lived token used to authorize the file upload. Pass it via the Authorization header as DeepL-Signature {signature} when uploading to the upload_url.
A pre-signed upload URL that does not require an authorization header. Only present when ?include=signed_url is specified.