SnapeditAPI
Đăng nhậpBắt đầu miễn phí
Đăng nhập
API Reference

Create Enhance Video Pro task

Enhance and upscale a video to 2K or 4K. Set is_preview=true to process only the first three seconds.

Model:enhance-video-pro
Credit:27/second (2K), 52/second (4K)
post/v1/videos/enhance-pro

AuthorizationThis endpoint requires an API key. Pass it in the api-key header on every request. Learn more

Parameters

NameTypeStatusDescription
task_id
stringRequiredTask ID returned by upload.
zoom_factor
stringRequired
2K4K
(default: 2K)
is_preview
booleanOptional(default: false)

Responses

Task createdTaskCreatedResponse

FieldTypeDescription
task_idstringUnique task identifier. Poll the matching task-status endpoint for results.
statusstring
created_atintegerUnix timestamp of task creation
curl -X POST "https://api.snapedit.app/v1/videos/enhance-pro" \
  -H "api-key: YOUR_API_KEY" \
  -F "task_id=value" \
  -F "zoom_factor=2K" \
  -F "is_preview=false"
Response
{
  "task_id": "task_abc123",
  "status": "CREATED",
  "created_at": 1745827200
}

Examples (2 examples)

Parameters

zoom_factor=2K

Input

Output