The Gene Box
Integration

API & White-label

Two paths to bring TGB into your product. Use the RESTful API to push data and pull insights, or deploy a fully white-labelled platform under your own brand.

Two integration paths

API or white-label — you choose the depth

Both paths give you full access to TGB's multi-omic intelligence. The difference is how much of the stack you want to own.

RESTful API

Integrate into your existing stack

Push samples, pull reports, query the knowledge graph. Designed for development teams who want to embed TGB intelligence into their own patient portal, EHR, or LIS without managing the analysis infrastructure.

  • REST + JSON
  • Sandbox environment
  • Webhook callbacks
  • Go live in 1–8 days
White-label Platform

Deploy under your own brand

Get the full Evolveme.ai platform — patient portal, practitioner dashboard, report delivery, and AI counsel engine — all white-labelled to your brand. No engineering team required beyond initial configuration.

  • Your domain & branding
  • Multi-role dashboards
  • Report template editor
  • Live in 7–8 weeks
API endpoints

Four domains. Sixteen endpoints.

Every data type TGB processes is accessible via a clean, versioned REST API.

Genomics

  • /v1/samples
  • /v1/reports/{id}
  • /v1/pgx
  • /v1/variants

Microbiome

  • /v1/gut/samples
  • /v1/gut/strains
  • /v1/gut/prebiotics
  • /v1/gut/diversity

Blood

  • /v1/blood/panels
  • /v1/blood/overlay
  • /v1/blood/trends
  • /v1/blood/flags

Platform

  • /v1/patients/{id}
  • /v1/twin/{id}
  • /v1/twin/{id}/simulate
  • /v1/counsel/{id}
Code sample

Overlay blood results with genetic context

One POST request combines a patient's blood panel with their genomic profile to return risk flags and interpretation.

blood_overlay.py
import requests

response = requests.post(
    "https://api.thegenebox.com/v1/blood/overlay",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={
        "patient_id": "P-12345",
        "panel": {
            "hba1c": 6.1,
            "ldl": 142,
            "crp": 2.8,
            "tsh": 3.2,
            "vitamin_d": 18
        },
        "genetic_context": True
    }
)
Standards

Built to healthcare interoperability specs

HL7 / FHIR

R4-compliant data exchange for EHR and LIS integration

OAuth 2.0

Industry-standard authorisation with scoped API keys

Webhooks

Real-time event delivery when reports are ready

GDPR / ISO

Data residency controls and ISO 9001:2015 certified

White-label

Six dimensions of customisation

Every visible surface of the platform is configurable. Your brand, your terms, your patients.

Domain

Deploy on your own subdomain or custom domain. patients.yourlab.com, not thegenebox.com.

Design

Full brand theming — your logo, colour palette, and typography applied across every screen.

Reports

Report templates carry your clinic's branding. Header, footer, colour accents, and cover page.

Language

English, Arabic, Turkish, and more. Patient-facing and clinician-facing content localised.

Tonality

Adjust clinical depth per user role — consumer-friendly for patients, technical for clinicians.

Pricing

Set your own per-report pricing. TGB handles fulfilment; you set the margin.

Timeline

From contract to live in weeks, not quarters

RESTful API

1–8 days

Sandbox access day 1. Production keys after onboarding call.

White-label Platform

7–8 weeks

Discovery → config → branding → UAT → launch. Dedicated project manager.

Ready to integrate?

Book a technical discovery call. We'll scope your integration in one session.