Topzlabsの動画高画質化機能を利用し、ぼやけた動画をAIで4Kに強化できます。価格:0.15PTC/ポイント、実際の消費ポイントはResponseで返却されます1分間・24fps・720p動画を4Kに変換する場合、消費ポイントは約45ポイントです
Request
Body Params application/json
{
"file": "https://xxxx",
"filters": [
{
"model": "prob-4"
}
],
"output": {
"frameRate": 30,
"audioTransfer": "Copy",
"audioCodec": "AAC",
"videoEncoder": "H265",
"videoProfile": "Main",
"dynamicCompressionLevel": "High",
"resolution": {
"width": 3840,
"height": 2160
}
}
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/topazlabs/video/upload' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "https://xxxx",
"filters": [
{
"model": "prob-4"
}
],
"output": {
"frameRate": 30,
"audioTransfer": "Copy",
"audioCodec": "AAC",
"videoEncoder": "H265",
"videoProfile": "Main",
"dynamicCompressionLevel": "High",
"resolution": {
"width": 3840,
"height": 2160
}
}
}'
Responses
application/json {
"cost": 21,
"requestId": "019984f1-5614-72c4-ae57-931aab1927ed"
}
Modified at 2025-09-28 05:50:25