Instantly translate your contentAsk AIpost https://api.motaword.com/projects/{id}/translate/{targetLanguage}Instantly translate your content with your existing TM and MT resources for regular translation projects.Path Paramsidint64requiredProject IDtargetLanguagestringrequiredTarget language that you want to instantly translate your content into. By default, it's all of project's target languages.Query ParamssyncbooleanDefaults to 0When given, we will process your request in our persistent flow. This is much slower, but ensures translation persistence in all of our infrastructure.truefalsemtEnabledbooleanEnable or disable machine translation. When not specified, the default MT settings for the project will be used.truefalsereturnObjectWithBase64booleanDefaults to falseWhen set to true, skips the single binary download logic and returns the response in JSON format instead of downloading the file directly.truefalseBody Paramscontentsarray of stringsSimple list of strings to be translated. You can also choose to upload files instead of strings.contentsADD stringdocumentsarray of objectsYou can add as many files as you want in documents parameter.documentsADD objectmetaobjectFree-form meta data to attach to your instant translation request. This can be used in statistics and analytical dashboards.meta objectfiltersobjectfilters objectResponses 200Instant translation result. It may return a list of translated strings, or a list of translated files. 402ProjectNotLaunchedYet | ProjectNotFound 422UnsupportedLanguageUpdated 6 months ago