
Our API gives you everything you need to move from “approved target” to actionable binders without waiting on a manual workflow. Shard access, Generated Data discovery, and config-driven pricing are exposed in the same surface that powers the public docs and pricing page, so what you see in the dashboard is exactly what you get in production.
Shard access for binders + non-binders
Send POST /v2/data-access/shards with your x-api-key, an idempotency-key, and a protein_uuid to receive secure data links you can stream directly into your workflow. The Om API resolves the latest accessible Generated Data snapshot for that protein UUID.
Choose the access mode that matches your workflow
POST /v2/data-access/shardsreturns secure data links for binders and non-binders you can stream into your workflow.GET /v2/datasets/cataloglists qualifying Generated Data available to your account.
Access rules
Exports require qualifying Data Generation output for the requested protein_uuid. The applicable paid Data Generation order, checkout, order form, or written agreement governs the Generated Data you can use. The catalog endpoint helps you inspect qualifying Generated Data before requesting an export.
Getting started
Grab an API key from your dashboard, find the Generated Data available to your account, then stream the data that moves your program forward. A few common entry points:
- Target triage: Use Models for public target discovery, then use
GET /v2/datasets/catalogto inspect qualifying Generated Data for your account. - Data access: Use
POST /v2/data-access/shardsto stream in the data you need and maximize your ML models performance. - Monitoring + reporting: Track requests and downloads in notebooks or dashboards with your own telemetry.
No more silos, no more chains, let's go!.
Need step-by-step instructions? Follow our Quick Start guide to generate an API key, find accessible Generated Data, and make your first call.



