Skip to main content
POST
/
api
/
search
/
follow_up_questions
Create follow-up questions
curl --request POST \
  --url https://api.example.com/api/search/follow_up_questions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "chat_id": "<string>",
  "query": "<string>",
  "locale": "en"
}
'
{
  "chat_id": "<string>",
  "follow_up_questions": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json

Request schema for follow-up questions for search.

chat_id
string
required
query
string
required
locale
string
default:en

Response

Successful Response

Response schema for follow-up questions for search.

chat_id
string
required
follow_up_questions
string[]
required