Golden's Enrichment API enables programmatic access to structured data on entities in Golden's Knowledge Base and to perform Research Requests on entities we do not currently have.
Users submit a GET request with one or more query parameters. The Enrichment API responds with Golden's structured data and article HTML on the entity that best matches the query parameters.
Each organization can specify a webhook endpoint in the organization settings API page which will be used by Golden to notify the organization of various entity enrichment events.
In the case of enrichment calls returning no results, a creation request for the requested entity will be created and a notification will be sent via webhook when the entity is created and populated with relevant data. Similarly, if the data on a requested entity is below a minimum threshold an automatic research request will be created and a notification will be sent via webhook upon entity data update.
Research requests can also be created manually using the Research Request POST API endpoint.