Error
A valid request URL is required to generate request examples{
"success": true,
"content": "<string>",
"modelUsed": "<string>",
"error": "<string>"
}{
"success": true,
"content": "<string>",
"modelUsed": "<string>",
"error": "<string>"
}{
"success": true,
"content": "<string>",
"modelUsed": "<string>",
"error": "<string>"
}AI
Non-streaming AI text generation
Generates a text completion using LangChain. Returns the full response in a single JSON payload (not streamed).
POST
/
azure
/
ai
/
generate
Error
A valid request URL is required to generate request examples{
"success": true,
"content": "<string>",
"modelUsed": "<string>",
"error": "<string>"
}{
"success": true,
"content": "<string>",
"modelUsed": "<string>",
"error": "<string>"
}{
"success": true,
"content": "<string>",
"modelUsed": "<string>",
"error": "<string>"
}Authorizations
Azure AD access token obtained via MSAL
Body
application/json
Was this page helpful?