Submit Image Translate Task
Image Tools
Submit Image Translate Task
Translate text within an image to the specified target language.
POST
Submit Image Translate Task
Authorizations
Authenticate using Bearer token. Get your API Key from the WeryAI Console.
Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Body
application/json
Source image URL
Example:
"https://example.com/image.jpg"
Target language code (e.g., en, zh, ja, ko, fr, de, es)
Example:
"en"
Output type: text returns translated text only, image returns translated image
Example:
"image"
Callback URL where results will be sent when task completes
Example:
"https://your-server.com/webhook"
Caller ID (for business association)
