Enrich a single place live
Bearer token in the format: Bearer YOUR_API_KEY
Main enrichment request
Input data for the enrichment (keys depend on attribute_key).
{
"full_address": "7 Carmine St, New York, NY 10014",
"latitude": 40.7359,
"longitude": -73.9911,
"name": "Joe's Pizza"
}
Key identifying the enrichment to run. See GET /v2/attributes for the full list of available keys and their required inputs.
Optional saved agent version to run. Defaults to the active version when omitted.
Successful Response