ノイズ除去、シャープ化、拡大によって画像を強化し、重要なオブジェクトや人物の顔など、画像の細部を保持します。画像を1枚アップロードするだけで、自動調整機能が最適な設定を自動的に選択し、最高品質を実現します。価格:0.15PTC/ポイント。実際の消費ポイント数はResponseで返されます画像の消費ポイントは通常1ポイントですが、一部のモデルでは3~6ポイントとなる場合があります。
Request
Body Params application/json
{
"output_format": "jpeg",
"subject_detection": "All",
"face_enhancement": true,
"face_enhancement_creativity": 0,
"face_enhancement_strength": 0.8,
"image": "https://file.302.ai/gpt/imgs/20250813/1685cb62a87a47cdaa82fe4813c23f02.jpg",
"model": "Standard V2",
"output_height": 1080,
"output_width": 1920,
"crop_to_fill": false
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/topazlabs/image/v1/enhance/async' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"output_format": "jpeg",
"subject_detection": "All",
"face_enhancement": true,
"face_enhancement_creativity": 0,
"face_enhancement_strength": 0.8,
"image": "https://file.302.ai/gpt/imgs/20250813/1685cb62a87a47cdaa82fe4813c23f02.jpg",
"model": "Standard V2",
"output_height": 1080,
"output_width": 1920,
"crop_to_fill": false
}'
Responses
application/json {
"credits": 1,
"eta": 1758876422,
"process_id": "cac97c97-34ff-43a9-be48-aac7ca43cacd",
"source_id": "22cbd62f-7380-41d9-92d9-171f34a4ac24"
}
Modified at 2025-09-28 02:44:57