Authorization: Bearer ********************{ "systemInstruction": { "parts": [ { "text": "sample text.sample text'sample text'" } ] }, "contents": [ { "role": "user", "parts": [ { "text": "sample text?" } ] } ], "generationConfig": { "temperature": 1, "topP": 1, "thinkingConfig": { "includeThoughts": true, "thinkingBudget": 26240 } } }curl --location '/v1beta/models/gemini-3-pro-preview:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "systemInstruction": { "parts": [ { "text": "sample text.sample text'\''sample text'\''" } ] }, "contents": [ { "role": "user", "parts": [ { "text": "sample text?" } ] } ], "generationConfig": { "temperature": 1, "topP": 1, "thinkingConfig": { "includeThoughts": true, "thinkingBudget": 26240 } } }'{}