OM Logo
QUICK STARTDOCSDILIGENCEGENERATIONHUBDATASETSOUR STORYPRICINGNEWS
DOCSDILIGENCEGENERATIONHUBDATASETSOUR STORYPRICINGNEWS

API Docs

Python SDKOm API DocumentationGetting StartedAuthenticationError HandlingHealth CheckIdempotencyPricing & Wallet CreditsPricing ManifestSDK TutorialWallet Credits

Artifacts

Create Artifact Upload URLFinalize Uploaded ArtifactGet Uploaded ArtifactUpload Artifact

Datasets

Dataset CatalogShard Access (Signed URLs)

Diligence

CrawlDeep DiligenceGatherGet Deep Diligence ResultGet Job StatusGet Synthesis ResultJob HistoryList Gene KeysSearchSynthesize Report

Hub

Models HubModels Hub Route Reference

Jobs

Download Job ArtifactExport Job ResultGet Job Artifact URL

Mcp

Auth & SafetyAvailable ToolsClaude CodeCodexConfiguration OptionsExample PromptsOverviewQuickstartSecurity RisksTool CapabilitiesTroubleshootingUse Cases
  1. API
  2. /
  3. Om API Documentation

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

Om MCP

Bring Diligence, Data Access, Jobs, Artifacts, and Hub workflows into Codex, Claude Code, and other MCP clients.

  • Hosted remote MCP setup
  • Codex and Claude Code HTTP config examples
  • Practical use cases for agentic research and workflow orchestration
Open section

Base URL

All examples assume a base URL of https://api.omtx.ai.