302.AIのAPIは、私たちがクラウドGPU上で独自にデプロイしたモデルから提供されています。一部のモデルはオープンソースモデルであり、一部は私たち自身で微調整または開発したものです。平均実行時間:10~20秒
価格:0.05 PTC/回
Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/retouch' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": ""
}'
Responses
application/json {
"images": [
{
"url": "https://file.302.ai/gpt/imgs/20260114/12eb932d8e37d109f341cc115a24d86b.png",
"content_type": "image/png",
"file_size": 0,
"width": 688,
"height": 1040
}
],
"seed": 1536711548,
"has_nsfw_concepts": null,
"debug_latents": null,
"debug_per_pass_latents": null
}
Modified at 2026-01-14 07:25:35