Names Transliteration
The Transliteration service allows you to convert Arabic names into their English equivalents. It is different from Translation in that it does not return the meaning of the word, but its proper pronunciation in another language. This service is very useful for faster/automated data entry.
Transliteration (Arabic to English)
POST https://valifystage.com/api/v1/transliterate/
Headers
Name
Type
Description
Content-Type
string
application/json
Authorization
string
Bearer <access-token>
Request Body
Name
Type
Description
arabic_phrase
string
The Arabic string to be transliterated
bundle_key
string
A bundle key provided to you by Valify.
lang
string
The error message language.
Status Codes
{
'result': {
'english_phrase': '<string>'
},
'transaction_id': '<string>',
'trials_remaining': '<int>'
}{
"message": "Bad Request – invalid request received (e.g. missing Bundle key, required parameters or invalid json) | Make sure all the required parameters are included"
}{
"message": "Unauthorized – your Bundle key is invalid"
}{
"message": "Forbidden – specified access_token could not be found"
}{
"message": "Not Found"
}{
"message": "Unsupported Media Type"
}{
"message": "<error-description>",
"error_code": <valify-error-code>
}{
"message": "Internal Server Error"
}Postman Collection
Last updated