Relativity6Platform Docs

Quickstart

Make your first Marvin2 API calls in a few minutes.

Before you start

You need an organization API key. Production keys start with r6-. Test keys start with r6-test-. Send the full key on every request:

x-api-key: r6-yourKeyId.yourSecret

Test keys charge a separate Marvin2 quota. With a test key you can also send X-R6-Fixture: default to receive a canned classification without consuming quota — see Environments.

Base URL: https://classification.relativity6.com

Endpoints

EndpointPurpose
POST /marvin2Industry classification (NAICS, SIC, workers comp, general liability)
POST /co-tenantGeocoding, building footprint, and co-tenant mix for a US address

Product-wide guides (Caching, Confidence scores) apply across Marvin2 where noted on each endpoint page.

Try classification

Send a company name (city and state help):

POST /marvin2

See Classification for prediction types, response tuning, and description-only mode.

Try co-tenant

Send a complete US address (all four fields required):

POST /co-tenant

See Co-tenant for response fields and Platform API alternatives.

What's next