Customer support |
Enterprise API · Endpoints

Enterprise API

API endpoints

The core read endpoints of the enterprise API. All require an API key and return JSON, scoped to your account's industries.

Search regulations

GET/search

Natural‑language search over the verified regulatory database.

ParameterTypeDescription
qstringrequiredNatural‑language query.
jurisdictionstringoptionalJurisdiction id, e.g. EU, FR, US.
frameworkstringoptionalFramework id, e.g. csrd, reach, mdr.
limitintegeroptionalMax results, 1–25. Default 8.
curl https://api.obsidianri.com/search \
  -H "X-API-Key: sk-your-key-here" \
  --data-urlencode "q=PFAS restrictions" \
  --data-urlencode "jurisdiction=EU" \
  --data-urlencode "framework=reach" \
  -G

Reference data

List the dimensions you can filter and pivot by.

EndpointDescription
GET/frameworksAll compliance frameworks in your perimeter.
GET/industriesIndustries your account covers.
GET/industries/{industry_id}A single industry and its detail.
GET/countriesJurisdictions / countries available.
GET/sourcesOfficial sources monitored.

Activity

EndpointDescription
GET/eventsUpcoming regulatory events and deadlines.
GET/latestMost recent regulatory updates.
GET/statsCoverage statistics.

This is a starting reference. The complete, always‑current endpoint list — with every parameter and response schema — is available from your account once your enterprise API access is enabled.