Enhancing a 1-minute, 24fps, 720p video to 4K typically consumes around 45 credits.
{
"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
}
}
}
curl --location --request POST 'https://api.302.ai/topazlabs/video/upload' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--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
}
}
}'
{
"cost": 21,
"requestId": "019984f1-5614-72c4-ae57-931aab1927ed"
}