Skip to main content
POST
/
api
/
v1
/
detect
Detect providers on a business URL
curl --request POST \
  --url https://vine.getcourtyard.ai/api/v1/detect \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "https://www.mindbodyonline.com/explore/locations/the-sharp-barber"
}
'
{
  "schemaVersion": "<string>",
  "url": "<string>",
  "providers": [
    "<string>"
  ],
  "connections": [
    {}
  ],
  "durationMs": 123
}

Authorizations

Authorization
string
header
required

vine_live_… / vine_test_… API key

Body

application/json
url
string<uri>
required

Business URL.

Example:

"https://www.mindbodyonline.com/explore/locations/the-sharp-barber"

Response

Detected providers.

schemaVersion
string
url
string
providers
string[]
connections
object[]
durationMs
integer