POST https://api.tokenhot.cn/v1/images/editsgpt-image-2multipart/form-datacurl --location 'https://api.tokenhot.cn/v1/images/edits' \
--header 'Authorization: Bearer <token>' \
--form 'model="gpt-image-2"' \
--form 'prompt="给图里加上卡通版的卡皮巴拉"' \
--form 'image=@""' \
--form 'mask=@""' \
--form 'size="1024x1024"' \
--form 'background="auto"' \
--form 'output_format="png"' \
--form 'output_compression="100"' \
--form 'quality="high"'{
"created": 1715678401,
"data": [
{
"url": "https://xxx/xxx/xxx.png"
}
],
"usage": {
"total_tokens": 1024,
"input_tokens": 24,
"output_tokens": 1000,
"input_tokens_details": {
"text_tokens": 24,
"image_tokens": 0
}
}
}