Skip to main content
POST
Generate a list of suggested questions

Authorizations

Authorization
string
header
required

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

Headers

x-correlation-id
string | null

Body

application/json
domain
string
required

The domain or data context that NexusOne generates suggestions for.

Response

Suggestion successfully requested.

suggestion
string
required

A short title or summary of the AI-generated suggestion.

description
string
required

A detailed explanation or reasoning for the generated suggestion.

sql
string
required

The SQL query generated by the AI based on the suggestion.

id
string<uuid> | null

A unique identifier for the AI-generated suggestion.