Skip to content

REST API

The TranSFlator API is available at api.transflator.com for direct integration into your tools and pipelines.

https://api.transflator.com

All API requests require authentication via your TranSFlator account. Log in at panel.transflator.com to manage your API credentials.

POST /translate
Content-Type: application/json
{
"text": "Please update the Lead Status picklist",
"target_lang": "pl"
}
{
"translation": "Proszę zaktualizować picklist Lead Status"
}
ParameterTypeDescription
textstringText to translate
target_langstringISO 639-1 language code (e.g. pl, de, fr, ja)

Send up to 100 entries in a single request for efficient bulk translation.

Rate limits depend on your plan. The free tier includes 5,000 AI Characters. Visit panel.transflator.com for plan details.

For complete API reference, visit api.transflator.com.