Thomas
info
Thomas is a very large and detailed documentation page in Notion. This migration covers the key sections. For the full reference with all code examples, see the original Notion page.
Overview
Thomas is HyperVerge's internal API framework that powers the backend logic for modules in the workflow system. It acts as a middleware layer between the SDKs/frontend and the actual verification/processing services.
Key concepts:
- Thomas APIs are the backend APIs that modules in the workflow builder call
- Each module type (selfie validation, ID card OCR, etc.) has corresponding Thomas API configurations
- Thomas handles authentication, request routing, response formatting, and integration with third-party services
Key Topics
- API Reference: Each module's Thomas API configuration and endpoints
- How to add versions on Thomas APIs: See Adding API Versions
- PAN details: User data retrieval via panId using ClearTax integration
- Configuration objects: Thomas APIs accept configuration objects as input for flexible module behavior
Related Resources
- Thomas API Forge — Visual tool for exploring Thomas API configurations
- Workflow Builder — Uses Thomas APIs under the hood