curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "upscale-video",
"input": {
"model": "topaz-upscaler",
"video_url": "https://example.com/low-res-video.mp4",
"upscale_factor": 2,
"target_fps": 60
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "upscale-video",
"createdAt": "2024-01-15T10:30:00.000Z"
}
Professional-grade video upscaling using Topaz technology.
curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "upscale-video",
"input": {
"model": "topaz-upscaler",
"video_url": "https://example.com/low-res-video.mp4",
"upscale_factor": 2,
"target_fps": 60
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "upscale-video",
"createdAt": "2024-01-15T10:30:00.000Z"
}
| Credits | 3 credits per second |
| Tool | upscale-video |
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Content-Type | string | Yes | application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | Yes | upscale-video |
input.model | string | Yes | topaz-upscaler |
input.video_url | string | Yes | URL of the video to upscale |
input.upscale_factor | number | No | Upscale factor. Options: 2 (default), 3 |
input.target_fps | number | No | Target frame rate. Options: 24, 25, 30 (default), 48, 50, 60 |
curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "upscale-video",
"input": {
"model": "topaz-upscaler",
"video_url": "https://example.com/low-res-video.mp4",
"upscale_factor": 2,
"target_fps": 60
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "upscale-video",
"createdAt": "2024-01-15T10:30:00.000Z"
}