Skip to main content
POST
/
api
/
v1
/
agents
/
{id}
/
generate-questions
Generates agent questions
curl --request POST \
  --url https://dev-chat-engine.actualize.ae/api/v1/agents/{id}/generate-questions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json · object

Response

Questions Successfully Generated.

The response is of type object.