Skip to main content

Veo3.1 API Quickstart

Get started with Veo3.1 API in 5 minutes
Welcome to Veo3.1 API! This guide will help you quickly get started with our high-quality AI video generation service.

Overview

Veo3.1 API is a powerful AI video generation platform that supports:

Text-to-Video

Generate high-quality videos through descriptive text prompts

Image-to-Video

Bring static images to life, creating engaging videos

HD Support

Support for generating 1080P high-definition videos (16:9 aspect ratio)

Real-time Callbacks

Automatically push results to your server when tasks complete

Step 1: Get Your API Key

  1. Visit API Key Management Page
  2. Register or log in to your account
  3. Generate a new API Key
  4. Safely store your API Key
Please keep your API Key secure and do not expose it in public code repositories. If you suspect it has been compromised, reset it immediately.

Step 2: Basic Authentication

All API requests need to include your API Key in the request headers:
API Base URL: https://api.apikley.ru

Step 3: Your First Video Generation

Text-to-Video Example

Image-to-Video Example

Step 4: Check Task Status

Video generation typically takes a few minutes. You can get results through polling or callbacks.

Polling Method

Status Descriptions

Step 5: Get HD Video (Optional)

If you use 16:9 aspect ratio to generate videos, you can get the 1080P high-definition version:
Note: 1080P video requires additional processing time. It’s recommended to wait a few minutes after the original video generation is completed before calling this endpoint.
Compared to polling, callback mechanism is more efficient. Set the callBackUrl parameter, and the system will automatically push results when tasks complete:

Complete Example: From Generation to Download

Best Practices

Optimize Prompts

  • Use detailed and specific descriptions
  • Include actions, scenes, and style information
  • Avoid vague or contradictory descriptions

Choose Models Wisely

  • veo3: Quality model, higher quality
  • veo3_fast: Fast model, quicker generation

Handle Exceptions

  • Implement retry mechanisms
  • Handle network and API errors
  • Log errors for debugging

Resource Management

  • Download and save videos promptly
  • Control concurrent request numbers reasonably
  • Monitor API usage quotas

Frequently Asked Questions

Typically 2-5 minutes, depending on video complexity and server load. Use veo3_fast model for faster generation speed.
Supports common image formats including JPG, PNG, WebP, etc. Ensure image URLs are accessible to the API server.
  • Use detailed and specific prompts
  • Choose veo3 standard model over fast model
  • For 16:9 videos, get 1080P high-definition version
Generated video URLs have certain validity periods. It’s recommended to download and save them to your storage system promptly.
  • Check if prompts violate content policies
  • Confirm image URLs are accessible
  • Review specific error messages
  • Contact technical support if necessary
Clips made directly in VEO 3.1 are limited to 8 seconds. Anything longer has been edited externally after export.

Next Steps

API Reference

View complete API parameters and response formats

Callback Handling

Learn how to handle task completion callbacks

Get Details

Learn how to query task status and results

If you encounter any issues during usage, please contact our technical support: support@apikley.ru
To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.apikley.ru/llms.txt
Rate limits and quotas are enforced by Apikley and may differ from upstream providers.