REST API
The TranSFlator API is available at api.transflator.com for direct integration into your tools and pipelines.
Base URL
Section titled “Base URL”https://api.transflator.comAuthentication
Section titled “Authentication”All API requests require authentication via your TranSFlator account. Log in at panel.transflator.com to manage your API credentials.
Translate endpoint
Section titled “Translate endpoint”POST /translateContent-Type: application/jsonRequest body
Section titled “Request body”{ "text": "Please update the Lead Status picklist", "target_lang": "pl"}Response
Section titled “Response”{ "translation": "Proszę zaktualizować picklist Lead Status"}Supported parameters
Section titled “Supported parameters”| Parameter | Type | Description |
|---|---|---|
text | string | Text to translate |
target_lang | string | ISO 639-1 language code (e.g. pl, de, fr, ja) |
Batch translation
Section titled “Batch translation”Send up to 100 entries in a single request for efficient bulk translation.
Rate limits
Section titled “Rate limits”Rate limits depend on your plan. The free tier includes 5,000 AI Characters. Visit panel.transflator.com for plan details.
Full API documentation
Section titled “Full API documentation”For complete API reference, visit api.transflator.com.