Get API key | Google AI Studio

PHOTO EMBED

Tue Jul 08 2025 22:54:16 GMT+0000 (Coordinated Universal Time)

Saved by @Shookthadev999

curl "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent" \
  -H 'Content-Type: application/json' \
  -H 'X-goog-api-key: GEMINI_API_KEY' \
  -X POST \
  -d '{
    "contents": [
      {
        "parts": [
          {
            "text": "Explain how AI works in a few words"
          }
        ]
      }
    ]
  }'
content_copyCOPY

https://aistudio.google.com/u/2/apikey