{"info":{"_postman_id":"5b530b56-22f1-45b3-9789-125619ef6f72","name":"SIM Extractor API","description":"<html><head></head><body><p>Complete API collection for Indonesian SIM (driver's license) data extraction.</p>\n<h2 id=\"features\">Features</h2>\n<ul>\n<li>Extract SIM data from image files (JPG, JPEG, PNG)</li>\n<li>Automatic field extraction and validation</li>\n<li>High accuracy data extraction</li>\n<li>Supports both modern full SIM and simple 6-line SIM formats</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>All requests require an API key in the <code>x-api-co-id</code> header.</p>\n<h2 id=\"base-url\">Base URL</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://use.api.co.id/ocr\n</code></pre><h2 id=\"file-requirements\">File Requirements</h2>\n<ul>\n<li><strong>Supported formats</strong>: JPG, JPEG, PNG</li>\n<li><strong>Maximum file size</strong>: 5 MB</li>\n<li><strong>Content</strong>: Valid Indonesian SIM (driver's license) image</li>\n</ul>\n<h2 id=\"extracted-fields\">Extracted Fields</h2>\n<ul>\n<li>Nomor SIM (SIM number)</li>\n<li>Nama (Full name)</li>\n<li>Tempat Lahir (Birth place)</li>\n<li>Tanggal Lahir (Birth date)</li>\n<li>Jenis Kelamin (Gender)</li>\n<li>Golongan Darah (Blood type)</li>\n<li>Alamat (Address)</li>\n<li>RT/RW</li>\n<li>Kelurahan (Village)</li>\n<li>Kecamatan (Subdistrict)</li>\n<li>Kota (City)</li>\n<li>Provinsi (Province)</li>\n<li>Tinggi Badan (Height)</li>\n<li>Jenis SIM (SIM type: A, C, B1, B2, etc.)</li>\n<li>Pekerjaan (Occupation)</li>\n<li>Tempat Pembuatan (Place of issue)</li>\n<li>Tanggal Terbit (Issue date)</li>\n<li>Tanggal Berlaku (Expiry date)</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50289783","collectionId":"5b530b56-22f1-45b3-9789-125619ef6f72","publishedId":"2sB3dSRpB5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-12-13T02:53:31.000Z"},"item":[{"name":"SIM Extraction","item":[{"name":"Extract SIM from Image","id":"fb5ecf36-6525-4354-aaec-d512a90ff2d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-co-id","value":"YOUR_API_KEY_HERE","description":"<p>Your API key for authentication</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>SIM image file (JPG, JPEG, or PNG). Maximum size: 5 MB</p>\n","value":null}]},"url":"https://use.api.co.id/ocr/sim-extract","description":"<p>Extract structured SIM data from an uploaded image file.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><strong>Method</strong>: POST</li>\n<li><strong>Content-Type</strong>: multipart/form-data</li>\n<li><strong>File field</strong>: <code>file</code> (required)</li>\n</ul>\n<h3 id=\"supported-file-types\">Supported File Types</h3>\n<ul>\n<li>JPG/JPEG (image/jpeg)</li>\n<li>PNG (image/png)</li>\n</ul>\n<h3 id=\"file-size-limit\">File Size Limit</h3>\n<ul>\n<li>Maximum: 5 MB</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Returns complete SIM data with all extracted fields in JSON format.</p>\n<h3 id=\"supported-sim-formats\">Supported SIM Formats</h3>\n<ul>\n<li><strong>Modern Full SIM</strong>: Contains all fields including kelurahan, kecamatan, provinsi, dates, etc.</li>\n<li><strong>Simple 6-line SIM</strong>: Basic format with 6 lines of information</li>\n</ul>\n","urlObject":{"path":["ocr","sim-extract"],"host":["https://use.api.co.id"],"query":[],"variable":[]}},"response":[{"id":"e3004ca9-3326-49ef-b2b4-827b5e6c8724","name":"Success - SIM Extracted","originalRequest":{"method":"POST","header":[{"key":"x-api-co-id","value":"YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["sim_sample.jpg"]}]},"url":"https://use.api.co.id/ocr/sim-extract"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"nomor_sim\": \"123456789012\",\n        \"nama\": \"JOHN DOE\",\n        \"tempat_lahir\": \"JAKARTA\",\n        \"tanggal_lahir\": \"01-01-1990\",\n        \"jenis_kelamin\": \"LAKI-LAKI\",\n        \"golongan_darah\": \"A\",\n        \"alamat\": \"JALAN CONTOH NO. 1\",\n        \"rt_rw\": \"001/002\",\n        \"kelurahan\": \"KELURAHAN CONTOH\",\n        \"kecamatan\": \"KECAMATAN CONTOH\",\n        \"kota\": \"JAKARTA\",\n        \"provinsi\": \"DKI JAKARTA\",\n        \"tinggi_badan\": \"170\",\n        \"jenis_sim\": \"A\",\n        \"pekerjaan\": \"KARYAWAN SWASTA\",\n        \"tempat_pembuatan\": \"JAKARTA\",\n        \"tanggal_terbit\": \"01-01-2020\",\n        \"tanggal_berlaku\": \"01-01-2025\"\n    }\n}"},{"id":"5a90a51e-4ee2-420d-a698-c1b3bd15b83b","name":"Error - Missing API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["sim_sample.jpg"]}]},"url":"https://use.api.co.id/ocr/sim-extract"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"message\": \"User not authenticated\",\n    \"data\": null\n}"},{"id":"d05846bf-c7b7-418b-a212-4202fcacdcb0","name":"Error - Missing File","originalRequest":{"method":"POST","header":[{"key":"x-api-co-id","value":"YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://use.api.co.id/ocr/sim-extract"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"message\": \"File is required. Please upload an image file using 'file' field in multipart/form-data\",\n    \"data\": null\n}"},{"id":"0498645b-f689-4954-866a-810a7ff6538a","name":"Error - Invalid File Type","originalRequest":{"method":"POST","header":[{"key":"x-api-co-id","value":"YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["document.pdf"]}]},"url":"https://use.api.co.id/ocr/sim-extract"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"message\": \"Invalid file type. Only JPG, JPEG, and PNG image files are allowed\",\n    \"data\": null\n}"},{"id":"ae1f38b9-9d40-4451-a4b0-468ebfe4f423","name":"Error - File Too Large","originalRequest":{"method":"POST","header":[{"key":"x-api-co-id","value":"YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["large_image.jpg"]}]},"url":"https://use.api.co.id/ocr/sim-extract"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"message\": \"File size exceeds maximum limit of 5 MB\",\n    \"data\": null\n}"},{"id":"93ce047f-b344-4e01-913c-c7febeff7122","name":"Error - Insufficient Balance","originalRequest":{"method":"POST","header":[{"key":"x-api-co-id","value":"YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["sim_sample.jpg"]}]},"url":"https://use.api.co.id/ocr/sim-extract"},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"message\": \"Insufficient points balance. Please top up to continue.\",\n    \"data\": null\n}"},{"id":"592a5731-80c3-486e-ab81-67afbcefc122","name":"Error - Invalid SIM Image","originalRequest":{"method":"POST","header":[{"key":"x-api-co-id","value":"YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["random_image.jpg"]}]},"url":"https://use.api.co.id/ocr/sim-extract"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_success\": false,\n    \"message\": \"Failed to extract SIM from image. Please ensure the image is a valid SIM and try again.\",\n    \"data\": null\n}"}],"_postman_id":"fb5ecf36-6525-4354-aaec-d512a90ff2d7"}],"id":"210f6026-d35d-4cc5-82e1-bdb4af695cdd","description":"<p>SIM extraction endpoints for processing Indonesian driver's license (SIM) images.</p>\n","_postman_id":"210f6026-d35d-4cc5-82e1-bdb4af695cdd"}],"variable":[{"key":"base_url","value":"https://use.api.co.id","type":"string","description":"Base URL for the API"},{"key":"api_key","value":"YOUR_API_KEY_HERE","type":"string","description":"Your API key for authentication. Get it from api.dashboard or your database."}]}