Image Translate avatar

Image Translate

Try for free

Pay $30.00 for 1,000 results

Go to Store
Image Translate

Image Translate

sellez/image-translate
Try for free

Pay $30.00 for 1,000 results

The Image Translate API enables users to translate text from images by providing an image URL and specifying source and target languages. This API is ideal for applications that need to interpret foreign-language text embedded in images, such as product labels, signage, and documents.

Image Translate API - Image Translation Service

This API provides a simple interface to translate text within images from a source language to a target language. The service accepts an image URL, the source language, and the target language, then returns a translated image URL.


image

HTTP Method

POST

Parameters

NameTypeRequiredDescription
image_urlStringYesThe URL of the image to be translated.
source_langStringYesThe source language code (e.g., en for English).
target_langStringYesThe target language code (e.g., zh for Chinese).

Success Response

NameTypeDescription
ACKStringAcknowledgment of the request. Returns Success.
translated_image_urlStringURL of the translated image.

Success Response

1{
2  "ACK": "Success",
3  "translated_image_url": "https://cdn.pecreation.com/r/21db202e1ff94ab487e17ef08bea8f4d.jpg"
4}

Language Codes for English Translation

The API supports translations from English (en) to the following languages:

No.Souce language codeLanguage NameTarget Language Code
1enChinesezh
2enRussianru
3enSpanishes
4enFrenchfr
5enGermande
6enItalianit
7enDutchnl
8enPortuguesept
9enVietnamesevi
10enTurkishtr
11enMalayms
12enThaith
13enPolishpl
14enIndonesianid
15enJapaneseja
16enKoreanko
Developer
Maintained by Community

Actor Metrics

  • 4 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified a month ago