{
"image": "string",
"prompt": "string",
"model": "string"
}curl --location --request POST 'https://maas.haoee.com/v1/images/edits' \
--header 'Authorization: key' \
--header 'ModelName: 模型名称' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "string",
"prompt": "string",
"model": "string"
}'{
"created": 1713833628,
"data": [
{
"b64_json": "..."
}
],
"usage": {
"total_tokens": 100,
"input_tokens": 50,
"output_tokens": 50,
"input_tokens_details": {
"text_tokens": 10,
"image_tokens": 40
}
}
}