curl --location --request POST 'https://geekai.dev/api/v1/images/edits' \
--header 'Content-Type: application/json' \
--header 'Authorization: $GEEKAI_API_KEY' \
--data '{
"model": "gpt-image-1",
"prompt": "修复这张破损的照片",
"image": "https://static.geekai.co/storage/2025/04/02/broken-picture.jpg"
}'
curl --location --request POST 'https://geekai.dev/api/v1/images/edits' \
--header 'Content-Type: application/json' \
--header 'Authorization: $GEEKAI_API_KEY' \
--data '{
"model": "gpt-image-1",
"prompt": "修复这张破损的照片",
"image": ["https://static.geekai.co/storage/2025/04/02/broken-picture.jpg"]
}'