Yelp · Example Payload

Yelp Ai Chat Request Example

RestaurantLocal SearchReviewsBusiness DataLocation

Yelp Ai Chat Request Example is an example object payload from Yelp, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

querychat_iduser_contextrequest_context

Example Payload

Raw ↑
{
  "query": "find the best tacos in the Bay Area",
  "chat_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "user_context": {
    "latitude": 39.66,
    "longitude": 81.88
  },
  "request_context": {}
}