Skip to main content
POST
/
validate
curl --request POST \
--url https://api.reprompt.io/v2/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"query": "Burger Den 12405 Westheimer Rd, Houston, TX 77077"
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer token in the format: Bearer YOUR_API_KEY

Body

application/json

Request model for place existence endpoint

query
string
required

Natural language query like 'Starbucks Market and 8th st san francisco'

Response

Successful Response

The response is of type any.

I