Easy API Integration
Integrate Veo into your apps with just a few lines of code. Simple REST API, comprehensive documentation, and examples in every language.
โก
Simple API Call
curl -X POST https://api.eachlabs.ai/v1/prediction/ \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "veo3-1-text-to-video",
"version": "0.0.1",
"input": {
"prompt": "Your video description",
"aspect_ratio": "16:9",
"duration": "8",
"resolution": "720p"
}
}'
๐
Full Documentation
Every model comes with complete API documentation including code examples in Python, JavaScript, Go, and more.