๐Ÿ—‚๏ธSaudi Residency Card

This API provides Data Extraction for Saudi Residency Card documents.

Saudi Residency Card OCR

POST https://valifystage.com/api/v1/ocr/

Headers

Name
Type
Description

Content-Type

string

application/json

Authentication

string

bearer <access-token>

Request Body

Name
Type
Description
Notes

document_type

string

ksa_resident_id

data

object

Object containing the parameters below: {

}

Please note that front_img cannot be empty (i.e., missing or an empty string "").

Status Codes

{
  "result": {
    "full_name": {
      "arabic": <string>,
       "latin": <string>
    }
  },
  "transaction_id": <string>,
  "trials_remaining": <string>
}

Last updated