Skip to content

BiomAPI

Extract structured biometry data from optical biometry reports — then share securely with a BiomPIN.
  • BiomJSON - Biometry data structure plus metadata in JSON validated with versioned Pydantic schemas for data integrity
  • BiomAI - LLM-powered data extraction from PDFs and images using Google’s Gemini models via Vertex AI (or your own AI Studio key with BYOK)
  • BiomDIRECT - Direct data entry (manual transcription, automated scripts, EHR exports)
  • BiomPIN - Optional secure temporary sharing of biometry data with AES-256-GCM encryption + Argon2id key derivation
  • Intelligent File Routing - Automatic engine selection based on file extension
  • Supported Formats - PDF, JPG, PNG, GIF, BMP, JSON
  • Optional Authentication - API key via Bearer token or ?api_key= query parameter; unauthenticated access is public with lower rate limits, authenticated access unlocks higher per-user quotas
  • BYOK - Supply your own Gemini API key via X-Gemini-API-Key header to use your personal quota
  • Secure Sharing - Optional BiomPIN generation with automatic expiration (31 days by default)
  • Zero-Knowledge Encryption - BiomPIN data is encrypted at rest, keys are not stored
  • Spreadsheet Export - Export results as matching by-eye CSV and XLSX files (two rows per report: OD + OS)
  • Browser SDK - Browser helpers for the Web Widget, sharing, fragment import, identity context, and optional local history. Use the widget for BiomAPI’s hosted upload and review interface, or the other helpers with your own interface.
  • REST API - Direct processing and retrieval for custom interfaces, server-side applications, and automation. Browser applications can combine their REST requests with the SDK; the SDK does not wrap the API.