Relativity6Platform Docs

Quickstart

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

1. Get an API key

API keys use the format r6-<keyId>.<secret>. Your organization admin can create keys from the Relativity6 dashboard. 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