Relativity6Platform Docs
GET/health

Health 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 URLhttps://classification.relativity6.com

Authentication

No API key required. Use this endpoint for uptime monitoring without an API key.

Response

FieldTypeRequiredDescription
statusstringRequiredService status. Returns healthy when the API is available.
versionstringRequiredDeployed Marvin2 API version.
timestampstringRequiredISO 8601 timestamp for the health response.

Errors

StatusDescription
503Service unavailable — the API is not healthy.
500Unexpected server error.

Example

Example response