AI Guo Guo
  1. Gemini
AI Guo Guo
  • AIGuoGuo
    • About AIGuoGuo
    • Error Msg
    • OpenAI
      • Models
      • Billing
      • Usage
      • Chat
      • Vision
      • Dall-e
      • Speech
    • Gemini
      • Models
        GET
      • Billing
        GET
      • Usage
        GET
      • Chat
        POST
      • Vision-image
        POST
      • Vision-video
        POST
      • Images-Generations
        POST
      • Images-Edits
        POST
      • Image-Chat-Edits
        POST
    • LLM
      • KlingAI
        • Images
        • Video
      • GetThreadsInfo
  1. Gemini

Images-Edits

Developing
POST
https://api.aiguoguo199.com/v1/images/edits

Request

Header Params

Body Params application/json

Example
{
    "model": "gemini-2.0-flash-exp-image-generation",
    "image": "https://xx.com/123.png",
    "prompt": "Change its skin color to red"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.aiguoguo199.com/v1/images/edits' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "gemini-2.0-flash-exp-image-generation",
    "image": "https://xx.com/123.png",
    "prompt": "Change its skin color to red"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-03-25 15:03:47
Previous
Images-Generations
Next
Image-Chat-Edits
Built with