API Documentation
Welcome to the Veo3api.ai API documentation. This guide will help you understand how to use our API services effectively.
API Services Overview
We currently offer the following API services:
-
Veo3 - Advanced AI video generation capabilities powered by the Veo3 model
- High-quality text-to-video generation
- High-quality image-to-video generation
- Asynchronous processing with callback notifications
-
Account Management - Monitor and manage your account information, credit balance, usage quotas, and API access settings
- Credit balance queries
- Usage record tracking
- API access management
Basic Information
- API Server:
https://api.veo3api.ai
- API Version: 1.0.0
- Technical Support: [email protected]
Authentication
All APIs require Bearer Token authentication:
Authorization: Bearer YOUR_API_KEY
To get your API key:
- Visit API Key Management Page
- Generate your personal API key
- Use it in all API requests
Important:
- Keep your API key secure
- Never share your API key
- Reset immediately if compromised
API Services
Veo3 Video Generation
The Veo3 API provides advanced AI image generation and editing capabilities:
- Create videos via
/api/v1/veo/generate
- Support for both text-to-video and image-to-video generation
- Query generation task details via
/api/v1/veo/record-info
Key features:
- High-quality output with professional-grade results
- Flexible video generation capabilities
Account Management
Monitor and manage your API usage through the account management system:
- Check remaining credits via
/api/v1/common/credit
- Track usage records
- Set up usage alerts
Learn more about Account Management →
Error Handling
Our APIs use standard HTTP status codes along with detailed error messages:
Code | Description |
---|---|
200 | Success - Request has been processed successfully |
401 | Unauthorized - Authentication credentials are missing or invalid |
402 | Insufficient Credits - Account does not have enough credits to perform the operation |
404 | Not Found - The requested resource or endpoint does not exist |
422 | Validation Error - The request parameters failed validation checks |
429 | Rate Limited - Request limit has been exceeded for this resource |
455 | Service Unavailable - System is currently undergoing maintenance |
500 | Server Error - An unexpected error occurred while processing the request |
505 | Feature Disabled - The requested feature is currently disabled |
Best Practices
-
Authentication
- Store your API Key securely
- Rotate keys periodically for enhanced security
- Implement proper error handling for authentication failures
-
Veo3 Video Generation
- Handle image upload size limits (max 10MB) and format restrictions
- Implement proper error handling for concurrent task limits
- Monitor task status through callbacks or record-info endpoint
-
Account Management
- Monitor credit usage regularly
- Implement fallback mechanisms for depleted credits
- Consider caching responses where appropriate
Need Help?
If you encounter any issues or have questions, please contact us through:
- 📧 Email: [email protected]
- 💬 Live Support: Dashboard
- 📚 API Reference: Full Documentation
This documentation is available in both English and Chinese. You can switch languages using the language selector in the navigation bar.