Om API Documentation
Score Om Accessible Space, order selected molecules with Wallet Credits, retrieve Generated Data from paid orders, and run target diligence through Om API.
Authentication
Most requests require either `x-api-key` or an OAuth bearer token.
- API keys remain the canonical external SDK and script path
- OAuth bearer tokens are supported for user-scoped integrations
- 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
- Current pricing manifest at /v2/pricing
Open section
Generated Data
Export Generated Data shards from qualifying Data Generation output.
- Data Generation output access
- Generated Data discovery via /v2/datasets/catalog
- Signed URL exports for large-scale pulls
Open section
Diligence
Turn target questions into evidence-linked research, claims, and next-step experiments.
- Asynchronous endpoints return
202withjob_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
LULA + Molecule Fulfillment
Score Om Accessible Space with LULA, order selected rows with Wallet Credits, and inspect fulfillment status.
- Use client.lula2.score(source="om", ...) to score fixed-price Om Accessible Space tiers
- Pass selected Om score rows directly into client.molecules.order(...)
- Create Wallet-funded orders through /v2/molecules/fulfillment/orders
- Search and quote remain available for arbitrary submitted SMILES
- Order helpers are available under client.molecules
Open section
Om MCP
Use Om from Codex, Claude Code, and other MCP clients without leaving the agent session.
- Hosted remote MCP setup
- Codex and Claude Code HTTP config examples
- Practical prompts for target research, molecule scoring, order checks, and model jobs
Open section
Base URL
All examples assume a base URL of https://api.omtx.ai.