
Our API gives you everything you need to move from “approved target” to actionable binders without waiting on a manual workflow. Shard access, catalog 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 dataset 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 available proteins.
Access and licensing
Exports are gated by your active dataset subscription and governed by the license terms of your tier. The catalog endpoint helps you discover proteins before requesting an export.
Getting started
Grab an API key from your dashboard, confirm your dataset subscription, then stream whichever dataset moves your program forward. A few common entry points:
- Target triage: Use
GET /v2/datasets/catalogto find proteins you care about. - 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, confirm your subscription, and make your first call.


