简体中文
curl --location --request POST 'https://geekai.co/api/v1/images/enhance' \ --header 'Content-Type: application/json' \ --header 'Authorization: $GEEKAI_API_KEY' \ --data '{ "model": "jimeng-image-enhance-v2", "image": "https://static.geekai.co/image/2025/09/01/8e7ae07fc7ecd18c913294c040956334.png" }'
extra_body
enable_hdr
enable_wb
curl --location --request POST 'https://geekai.co/api/v1/images/enhance' \ --header 'Content-Type: application/json' \ --header 'Authorization: $GEEKAI_API_KEY' \ --data '{ "model": "jimeng-image-enhance-v2", "image": "https://static.geekai.co/image/2025/09/01/8e7ae07fc7ecd18c913294c040956334.png", "size": "1080p", "extra_body": { "enable_hdr": true, "enable_wb": true } }'