Configuration parameters
POST
https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent?key=' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"text": "Explain how AI works"
}
]
}
],
"generationConfig": {
"stopSequences": [
"Title"
],
"temperature": 1.0,
"maxOutputTokens": 800,
"topP": 0.8,
"topK": 10
}
}'
Response Response Example
{}
Request
Query Params
key
string
required
Example:
{{GEMINI_API_KEY}}
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json