Amazon Translate: API Design & Integration Surface
Docs-backedREST-style API via AWS SDK or direct HTTPS. Core operations: TranslateText (real-time), StartTextTranslationJob (async batch with S3 input/output), GetTerminology, ImportTerminology. Language auto-detection via dedicated param. Batch mode outputs to S3 with configurable prefix. Response payloads are clean JSON with translation, source language code, and applied terminology. Streaming is not supported; real-time calls have character limits per request (5,000 bytes UTF-8).