Body
application/json
Response
OK
candidates is used for results with multiple choices and candidates. Used for OpenAI and Gemini.
{
  "candidates": [
    {
      "content": {
        "parts": [
          {
            "text": "<string>"
          }
        ]
      }
    }
  ]
}Provides AI-powered SQL completion and generation. Permissions required: None (authenticated users only, requires AI to be enabled)
{
  "candidates": [
    {
      "content": {
        "parts": [
          {
            "text": "<string>"
          }
        ]
      }
    }
  ]
}Show child attributes
OK
candidates is used for results with multiple choices and candidates. Used for OpenAI and Gemini.
Show child attributes
Was this page helpful?