Skip to main content
GET
/
api
/
v1
/
regulatory-graph
/
entity-profile
Summarize entity profile context from published pack and relationship facts
curl --request GET \
  --url https://reg-api.esheria.co.ke/api/v1/regulatory-graph/entity-profile \
  --header 'x-api-key: <api-key>'
{
  "status": "error",
  "errors": [
    {
      "code": "unauthorized",
      "message": "Invalid API key"
    }
  ],
  "trace_id": "trace-123"
}

Documentation Index

Fetch the complete documentation index at: https://docs.esheria.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:YOUR_ESHERIA_API_KEY
required

Client API key issued by Esheria.

Query Parameters

pack_ids
string[] | null
entity_roles
string[] | null
activities
string[] | null
sector_tags
string[] | null
publication_mode
string | null
limit
integer
default:100
Required range: 1 <= x <= 500

Response

Successful Response