Relativity6Platform Docs

Quickstart

Get an API response in a few minutes using your organization API key.

1. Get an API key

An API key will be provided by Relativity6 when your organization is onboarded. If you have access to the Relativity6 platform, you can create and manage keys in your organization settings.

API keys use the format r6-<keyId>.<secret>. Store the secret securely — it is shown only once at creation.

2. Authenticate

Send the full key on every request:

x-api-key: r6-yourKeyId.yourSecret

3. Base URLs

APIBase URL
Platform APIhttps://api.relativity6.com
Marvin2 APIhttps://classification.relativity6.com

4. Business risk (Platform API)

Example request

See the full business risk reference.

5. Classification (Marvin2 API)

Example request

Check the X-Marvin2-Cache response header for cache hits. See the classification reference.

What's next