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 '
{
  "name": "Burger Den",
  "address": "12405 Westheimer Rd, Houston, TX 77077"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token in the format: Bearer YOUR_API_KEY

Body

application/json

Request model for place existence endpoint

name
string | null

Business or place name

address
string | null

Full address of the place

Response

Successful Response