Request a Demo

Reach out to our team and join market leaders using our regulatory intelligence platform. No complex configuration, just precise scope monitoring ready to use.

By submitting this form, you acknowledge that you have read and accept our privacy policy.

Thank you!
A specialist will be in touch with you shortly.
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.