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. Health Check

Health Check

Public Om API health and version check.

GET/v2/health

Health Check

Lightweight unauthenticated route for smoke checks and version visibility.

cURL
curl https://api.omtx.ai/v2/health
Response
{
  "status": "ok",
  "version": "2.0.0",
  "architecture": "clean"
}
  • This route does not require x-api-key.
  • Use it for uptime checks and quick smoke tests.