AIによるMASK画像生成
平均実行時間:5~10秒
Request
Body Params application/json
{
"prompt": "",
"image_url": "",
"mask_only": true,
"semantic_type": false
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/evf-sam' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "",
"image_url": "",
"mask_only": true,
"semantic_type": false
}'
Responses
application/json {
"image": {
"url": "https://file.302.ai/gpt/imgs/20260114/f293dca7bdc8cc3af8c905947cf96e91.png",
"content_type": "image/png",
"file_size": 8758,
"width": 700,
"height": 1053
}
}
Modified at 2026-01-14 07:23:59