Transliteration by Transaction ID


This Transliteration by Transaction ID service allows you to convert Arabic data extracted from Egyptian, Tunisian, or Algerian National ID (NID) transactions into their English equivalents. Unlike translation, it does not return the meaning of the words but their accurate pronunciation in another language. By accepting a transaction ID from an OCR transaction, this service directly retrieves and transliterates the extracted data, enabling faster and more automated data entry.

Transliteration (Arabic to English)

POST https://valifystage.com/api/v1.1/transliterate/

Headers

Name
Type
Description

Content-Type

string

application/json

Authorization

string

Bearer <access-token>

Request Body

Name
Type
Description

transaction_id

string

The Arabic string to be transliterated

bundle_key

string

A bundle key provided to you by Valify.

Status Codes

{
    "result": "<object - varies based on NID type>",
    "transaction_id": "<string>",
    "service_type": "<string>",
    "trials_remaining": "<int>"
}

Postman Collection

Transliteration (Arabic to English)

Last updated