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
| API | Base URL |
|---|---|
| Platform API | https://api.relativity6.com |
| Marvin2 API | https://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
- Platform API quickstart — business risk sections, profiles, and filtering
- Marvin2 API quickstart — classification and co-tenant endpoints