Get Document Type
Get Document Type
POST
https://okayiddemo.innov8tif.com/okayid/api/v1/ocr/documenttype
Request Body
Name
Type
Description
base64ImageString
string
Front id card/passport image in base64
backImage
string
Back id card/passport image in base64
apiKey
string
To be assigned by Innov8tif
imageFormat
string
imageEnabled
boolean
{
"status": "success",
"message": "success",
"document_type": "Malaysia - Id Card #2"
}
Input Example
{
"base64ImageString": "/9j/4AAQSkZJRgAB...wEwJefc\r\nf//Z\r\n",
"backImage":"/9j/4AAQSkZJRgAB...wEwJefc\r\nf//Z\r\n",
"apiKey":"API_KEY",
"imageFormat":".jpg",
"imageEnabled":true
}
Last updated
Was this helpful?