智象未来の画像編集モデル
平均実行時間:30~40秒
Request
Body Params application/json
{
"edit_instruction": "",
"image_url": ""
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/hidream-e1' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"edit_instruction": "",
"image_url": ""
}'
Responses
application/json {
"images": [
{
"url": "https://file.302.ai/gpt/imgs/20260115/c3d9dfd961da6229cc10a477a786bb09.jpg",
"content_type": "image/jpeg",
"file_size": 0,
"width": 564,
"height": 846
}
],
"seed": 1774965960,
"has_nsfw_concepts": [
false
],
"debug_latents": null,
"debug_per_pass_latents": null
}
Modified at 2026-01-15 08:52:51