{"info":{"_postman_id":"1339e36a-c1e4-4871-bf94-8270a0ae94ee","name":"Passport Scan","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>Scanning Passport to Text</p>\n<h1 id=\"overview\">Overview</h1>\n<p>This API is intended to build for scanning passport image to get text parsed. Passport document won't be stored on server permanently, it is about 15 minutes to be deleted. </p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Currently, this API is open for all, no authentication required.</p>\n<h1 id=\"parameter-error-codes\">Parameter &amp; Error Codes</h1>\n<p>You only required parameter is imgUrl, other parameters is optional.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>The scanning process will take about 1 second, so please be patient.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Parameter & Error Codes","slug":"parameter-error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"2245920","collectionId":"1339e36a-c1e4-4871-bf94-8270a0ae94ee","publishedId":"SzYaUxvH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-02T14:26:40.000Z"},"item":[{"name":"https://api.passport.seeyoukey.com/api/passportScan","id":"65c68f0b-5a73-4a04-bafd-c12396c8e06b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.passport.seeyoukey.com/api/passportScan","urlObject":{"protocol":"https","path":["api","passportScan"],"host":["api","passport","seeyoukey","com"],"query":[],"variable":[]}},"response":[{"id":"ad5dd2f3-c15a-4d7d-bf03-a04f16b18daa","name":"Default","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"imgUrl\" : \"https://api.sama.seeyoukey.com/uploads/Passport-Bram.jpg\",\n\"distort\" : 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.passport.seeyoukey.com/api/passportScan"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"documentCode\": \"P\",\n        \"documentType\": \"PASSPORT\",\n        \"issuerOrg\": {\n            \"abbr\": \"IDN\",\n            \"full\": \"Indonesia\"\n        },\n        \"names\": {\n            \"lastName\": \"RENALDY\",\n            \"firstName\": \"BRAM\"\n        },\n        \"documentNumber\": \"X893489\",\n        \"nationality\": {\n            \"abbr\": \"IDN\",\n            \"full\": \"Indonesia\"\n        },\n        \"dob\": \"03/11/1989\",\n        \"sex\": {\n            \"abbr\": \"M\",\n            \"full\": \"Male\"\n        },\n        \"expiry\": \"09/09/2024\",\n        \"personalNumber\": \"32710203121007\",\n        \"checkDigit\": {\n            \"documentNumber\": {\n                \"checkDigit1\": \"8\",\n                \"checkDigitVerify1\": true\n            },\n            \"dob\": {\n                \"checkDigit2\": \"4\",\n                \"checkDigitVerify2\": true\n            },\n            \"expiry\": {\n                \"checkDigit3\": \"8\",\n                \"checkDigitVerify3\": true\n            },\n            \"personalNumber\": {\n                \"checkDigit4\": \"9\",\n                \"checkDigitVerify4\": false\n            },\n            \"finalCheck\": {\n                \"checkDigit5\": \"2\",\n                \"checkDigitVerify5\": false\n            }\n        },\n        \"mrzisvalid\": false\n    },\n    \"img\": \"https://api.passport.seeyoukey.com/uploads/100661.jpg\",\n    \"face\": \"https://api.passport.seeyoukey.com/uploads/100661-1585767971.jpg\"\n}"}],"_postman_id":"65c68f0b-5a73-4a04-bafd-c12396c8e06b"}]}