Translate
Image Translate
Extract and translate text from images into multiple languages.
POST
Request Parameters
Body
The URL of the image containing text to translate. If provided, the image will be downloaded from this URL. Must be a valid URL. Either url
or
file_store_key
must be provided.
The file store key of a previously uploaded image. Either url
or file_store_key
must be provided.
The language code of the target language to translate to. All supported language codes can be found here.
Response Structure
Indicates whether the call was successful.
The translated text content extracted from the image.