OS37 Developer Docs
OS37 is the AI operating layer for healthcare. The OS37 API is in private access. There is no public signup or self-serve API key yet. Values not yet published are marked TODO. Don't guess them.
Quickstart
Base URL: TODO: production API base URL
First request (substitute the TODO values once they're published):
curl -sS "$OS37_BASE_URL/TODO-endpoint" \
-H "Authorization: Bearer $OS37_API_KEY"First endpoint: TODO: first endpoint to call, e.g. a status endpoint
Authentication
Scheme: TODO: auth scheme and token format. The example above assumes a bearer token, which isn't confirmed yet.
Request access / API key
To get access or an API key, use the contact form or email contact@os37.tech. Signup and dashboard URL: TODO: not yet available
Rate limits and retries
Thresholds: TODO: requests per minute/day per key. When the limit is exceeded, the API returns 429.
Retry 429 and 5xx responses with exponential backoff (1s, 2s, 4s, 8s, 16s; max 5 attempts). Honor a Retry-After header if one is present. TODO: confirm Retry-After support
Errors
401: missing or invalid key. Check the Authorization header.429: rate limited. Back off as described above.5xx: transient server error. Retry with backoff, and contact us if it persists.
Error body format: TODO: JSON error schema
Machine-readable files
- /llms.txt: plain-text map of these docs
- /agents.md: integration notes for AI agents
- /openapi.json: OpenAPI 3.1 (endpoints not yet published)
- /sitemap.xml