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>"
}
]
}
}
]
}
Permissions required: None
{
"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?