Consuming Custom Enrichments with the AgentSource API
After creating your custom enrichment, you can consume it through the AgentSource API. Here’s how:Endpoint: POST api.explorium.ai/v1/custom_enrichments/<custom_enrichment_id>/bulk_enrich
Description
Consume a custom enrichment by enriching a bulk of businesses.Parameters
- data_context: DataFrame DICT - Rows of data that will be used for evaluation. Must include a business_id field and can optionally include other user features.
Request Example
cURL
Response Example
cURL
Authorizations
Path Parameters
Body
application/json