VIDEO
Base-Path:
https://api.hyprlab.io/v1
Video Path:
https://api.hyprlab.io/v1/video/generations
Post Request:
curl https://api.hyprlab.io/v1/video/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "veo-2",
"prompt": "A playful and adorable cat is surrounded by tall trees and blooming flowers.",
"image": "https://site.com/path/of/image.png",
"duration": 5
"aspect_ratio": "16:9",
}'
// Sample Response:
{
"created": 123,
"id": "abc123",
"data": [
{
"url": "https://api.hyprlab.io/v1/video/result/123-abc123"
}
]
}
Polling for Status:
curl -X GET "https://api.hyprlab.io/v1/video/result/123-abc123" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-H "Accept: application/json"
{
"created": 123,
"data": [
{
"url": "https://pub-abc123.r2.dev/123-abc123.mp4"
}
]
}

🎥 Google Video Models
Model Name:
veo-3
Discount:
50% off
Price:
8 Seconds: $3 / Video
Model Name:
veo-3-fast
Discount:
50% off
Price:
8 Seconds: $1.6 / Video
Model Name:
veo-2
Discount:
50% off
Price:
5 Seconds: $1.25 / Video
6 Seconds: $1.50 / Video
7 Seconds: $1.75 / Video
8 Seconds: $2 / Video
Last updated