Skip to main content
POST
/
enrich
curl --request POST \
--url https://api.reprompt.io/v2/enrich \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"inputs": {
"name": "Joe'\''s Pizza",
"latitude": 40.7359,
"longitude": -73.9911,
"full_address": "7 Carmine St, New York, NY 10014"
},
"attribute_key": "closed_permanently"
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Main enrichment request

inputs
object
required
attribute_key
string
required

Response

Successful Response

The response is of type any.

I