cURL
curl --request POST \ --url https://api.weryai.com/v1/generation/video-upscaler \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "video_url": "https://example.com/video.mp4", "resolution": "1080p" } '
{ "status": 0, "desc": "success", "message": "success", "data": { "batch_id": 123456789, "task_ids": [ "task_abc123" ] } }
Enhance and upscale the resolution of a video using AI
Authenticate using Bearer token. Get your API Key from the WeryAI Console.
Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Source video URL to upscale
"https://example.com/video.mp4"
Output resolution
1080p
2k
4k
"1080p"
Task submitted successfully
Business status code (0 indicates success)
0
Status description
"success"
Multi-language message
Show child attributes