Get Document Type

Get Document Type

POST https://okayiddemo.innov8tif.com/okayid/api/v1/ocr/documenttype

Request Body

{
    "status": "success",
    "message": "success",
    "document_type": "Malaysia - Id Card #2" 
}

Input Example

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