Skip to main content

SIM Extractor API

Extract structured data from Indonesian SIM (driver's license) images.

  • Recommended input: clear JPG/JPEG/PNG image via multipart file.
  • Typical output: SIM number, name, birth data, address fields, validity dates.
  • Authentication: x-api-co-id header is required.

📖 Product Page: View full product details →

OpenAPI options

Try it out​

Try it out

Enter your x-api-co-id key to authenticate API requests

Loading interactive console…

Example curl (update URL to your deployment):

curl -X POST "<base-url>/ocr/sim-extract" \
-H "x-api-co-id: YOUR_API_KEY" \
-F "file=@/path/to/sim.jpg"