GET /translate/file/async 🔒 Requires Auth
← Back to Endpoint

Translate file (Asynchronous) — Test

Starts an asynchronous translation job. Returns immediately with job_id. Use this for large files (> 10MB) or when you need non-blocking processing.

Stats

Avg response time

452ms

Subscriptions

7

API Popularity

100.0%

Endpoint Test Success Rate

No tests yet

Success rate for tests run on this endpoint only

Subscribe to test this endpoint

Parameters

file *
query • string

URL of the file to translate (must be publicly accessible)

target
query • string

Target language code (ISO 639-1). Default: en

bilingual
query • string

Enable bilingual mode. When true, original text is kept and translation is added below it.