### Generate Image with GeminiGen AI API Source: https://docs.geminigen.ai/ Use this cURL command to make a POST request to the GeminiGen AI API for image generation. Replace YOUR_API_KEY with your actual API key. The request body specifies the type of generation and the prompt. ```curl curl -X POST https://api.geminigen.ai/uapi/v1/generate \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"type": "image", "prompt": "A beautiful sunset"}' ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.