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.

{
    'result': {
        'english_phrase': '<string>'
    }, 
    'transaction_id': '<string>',
    'trials_remaining': '<int>'
}

Code Snippets

Postman Collection

Last updated