Now with Grok 3 & Veo 3.1 Support
Access Premium AI
With a Single API Key
Integrate Veo 3.1, Grok 3, Midjourney, and other state-of-the-art AI models into your application instantly. Highly scalable infrastructure built specifically for developers and businesses.
82.921+
Creations Made
6.062+
Active Users
99.9%
Uptime
4.9/5
User Rating
request.py
Python
JavaScript
cURL
123456789101112131415161718192021
import requests
url = "https://api.veogeneration.com/api/v1/generate"
payload = {
"prompt": "A calm and relaxing piano track.",
"style": "Jazz",
"title": "Relaxing Piano",
"customMode": True,
"instrumental": True
}
headers = {
"Authorization": "Bearer {apiKey}",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
# Output: success