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>"
}
{
"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