以下は、古い写真や低品質な写真を強化するための修復モデルです。最大対応出力解像度は 2億5600万ピクセル です。価格:0.15PTC/ポイント、実際の消費ポイントはResponseで返されます画像の消費ポイントは通常1ポイントですが、一部のモデルでは3~6ポイントかかる場合があります
Request
Body Params application/json
{
"image": "https://file.302.ai/gpt/imgs/20250813/1685cb62a87a47cdaa82fe4813c23f02.jpg",
"output_format": "jpeg",
"model": "Dust-Scratch"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/topazlabs/image/v1/restore-gen/async' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "https://file.302.ai/gpt/imgs/20250813/1685cb62a87a47cdaa82fe4813c23f02.jpg",
"output_format": "jpeg",
"model": "Dust-Scratch"
}'
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:45:54