Om API Documentation
Launch model workflows, retrieve datasets, and run diligence research through Om API.
Authentication
Most requests require an API key sent via x-api-key.
- Manage keys in your dashboard
- Rotate regularly for security
- Health checks at /v2/health are public
- Use idempotency keys on job-launch and JSON POST routes
Open section
Wallet Credits
Track available Wallet Credits and inspect route pricing before you launch work.
- Wallet Credits are USD-denominated (1 Wallet Credit = $0.01 USD)
- Use /v2/credits to check available Wallet Credits
- Live pricing manifest at /v2/pricing
Open section
Data Access
Export model-ready dataset shards and browse the protein catalog.
- Entitlement-controlled shard access
- Catalog discovery via /v2/datasets/catalog
- Signed URL exports for large-scale pulls
Open section
Diligence
Run target research workflows from source discovery to synthesis.
- Asynchronous endpoints return `202` with `job_id`
- Track status via /v2/jobs/{job_id}
- Deep diligence results live at /v2/jobs/deep-diligence/{job_id}
- Synthesis results live at /v2/jobs/synthesizeReport/{job_id}
Open section
Base URL
All examples assume a base URL of https://api.omtx.ai.