Authorization: Bearer ********************curl --location --request POST 'https://api.llmhub.com.cn/v1/images/edits' \
--header 'Authorization: Bearer <token>' \
--form 'image=@""' \
--form 'mask=@""' \
--form 'prompt="A sunlit indoor lounge area with a pool"' \
--form 'model="dall-e-2"' \
--form 'n="1"' \
--form 'size="1024x1024"' \
--form 'response_format="url"' \
--form 'user=""'{
"created": 1703432100,
"data": [
{
"url": "https://example.com/generated-image.png",
"revised_prompt": "A white Siamese cat sitting on a windowsill, digital art"
}
]
}