Video Colorization
Model Overview
Samples
Model Endpoint/Parameters
API Request Samples
Last updated
Last updated
curl -L \
--request POST \
--url 'https://api.topazlabs.com/video/' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"source": {
"container": "mp4",
"size": 16125151,
"duration": 213,
"frameCount": 6371,
"frameRate": 30,
"resolution": {
"width": 1280,
"height": 720
}
},
"filters": [
{
"model": "color-1"
}
],
"output": {
"frameRate": 30,
"audioTransfer": "Copy",
"audioCodec": "AAC",
"resolution": {
"width": 3840,
"height": 2160
}
}
}'