Coveo · Example Payload

Coveo Search Querysuggestpostv3 Example

AIAnalyticsCatalogCommerceCustomersExperiencesMachine LearningPersonalizationRecommendationsSearch

Coveo Search Querysuggestpostv3 Example is an example object payload from Coveo, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operationId": "querySuggestPostV3",
  "method": "POST",
  "path": "/rest/search/v3/querySuggest",
  "request": {
    "q": "machine learning",
    "numberOfResults": 10
  },
  "response": {
    "totalCount": 0,
    "results": []
  }
}