Skip to main content
POST
/
azure
/
ai
/
generate
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "content": "<string>",
  "modelUsed": "<string>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Azure AD access token obtained via MSAL

Body

application/json
prompt
string
required

The filled prompt to send to the AI

modelId
string

Optional model endpoint ID

maxTokens
integer
temperature
number
systemPrompt
string

Response

Generation successful

success
boolean
required
content
string
modelUsed
string
error
string