Enrich
Enrichments
Enrich
Enrich a single place live
POST
Enrich
Documentation Index
Fetch the complete documentation index at: https://syncupai-robbalian-entrances-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token in the format: Bearer YOUR_API_KEY
Headers
Query Parameters
Body
application/json
Main enrichment request
Input data for the enrichment (keys depend on attribute_key).
Example:
{
"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.
Response
Successful Response