Translation
Learn how to convert text into different languages using Murf AI’s Translation API.
Murf provides a robust Translation API that enables you to seamlessly convert text from one language to another. It supports high-quality translations across major global languages.
Whether you’re localizing product descriptions, articles or scripts, our Translation API is designed to scale with your needs.
Quickstart
The Translate Text endpoint allows you to convert input text into your desired target language. You can use the Python SDK or the REST API directly to integrate the API into your app.
Supported Languages
The Translation API supports a wide range of languages. Below is a list of supported languages:
API Limits
FAQs
What languages does the Translation API support?
We support 23 languages and are constantly expanding our language coverage.
A full list of supported target_language
codes can be found in the
Supported Languages section.
Do I need to specify the source_language?
No, the source_language
can be automatically detected by the API. You only
need to provide the target_language.
How is credit usage calculated?
Funds are consumed based on the number of output characters. You’ll see both
values (characters_input
and characters_output
) in the API response and
your dashboard.
Is there a limit to how much text I can translate at once?
Yes, the Translation API allows up to 10 sentences per request, with each sentence being up to 4,000 characters long.