GET
/healthHealth check
Returns service status and the deployed API version. Use this endpoint to verify the Marvin2 API is reachable. Health checks do not consume quota.
Base URL
https://classification.relativity6.comAuthentication
No API key required. Use this endpoint for uptime monitoring without an API key.
Response
| Field | Type | Required | Description |
|---|---|---|---|
| status | string | Required | Service status. Returns healthy when the API is available. |
| version | string | Required | Deployed Marvin2 API version. |
| timestamp | string | Required | ISO 8601 timestamp for the health response. |
Errors
| Status | Description |
|---|---|
| 503 | Service unavailable — the API is not healthy. |
| 500 | Unexpected server error. |