Skip to main content

Auto translates keys

PUT 

/v2/projects/:projectId/keys/:keyId/auto-translate

Uses enabled auto-translation methods. You need to set at least one of useMachineTranslation or useTranslationMemory to true.

This will replace the the existing translation with the result obtained from specified source!

Request

Path Parameters

    keyId int64required
    projectId int64required

Query Parameters

    languages string[]

    Tags of languages to auto-translate. When no languages provided, it translates only untranslated languages.

    useMachineTranslation boolean
    useTranslationMemory boolean

Responses

OK

Loading...