智象未来の画像編集モデル
平均実行時間: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 sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"edit_instruction": "",
"image_url": ""
}'
Responses
application/json {
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}
Modified at 2025-07-31 08:44:07