Skip to main content
GET
/
api
/
query
/
suggest
/
{domain}
Our crews generate suggested questions
curl --request GET \
  --url https://api.example.com/api/query/suggest/{domain} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": 500
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

domain
string
required

Response

Suggestion successfully requested.