Enrichment API
5 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
POST |
/api/enrichment/enrich/{entity_type}/{entity_id} |
Manual Enrich |
GET |
/api/enrichment/queue |
List Enrichment Queue Query: status, limit. |
GET |
/api/enrichment/settings |
Get Enrichment Settings |
PUT |
/api/enrichment/settings |
Update Enrichment Settings Accepts a JSON body. |
GET |
/api/enrichment/status/{entity_type}/{entity_id} |
Get Enrichment Status |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.