Quick Start
Jump into using Pollo AI’s API with our Quick Start guide. Learn how to get your API keys and more!
What You Need
- A Pollo API platform account
- An API key
Set Up An Account
- Go to the Pollo API platform and click Login.
- Sign up using your Google account.
Get Your API Key
Step 1
Go to the API Keys page and click Add Key.
Step 2
Enter a unique name for your API key (duplicate names are not allowed) and click Save.
Step 3
On the API Keys page, click the copy icon next to your key to copy it to your clipboard.
Configure Your HTTP Request Header
- X-API-KEY parameter: enter the app key created on our API platform.
Generate Video
Step 1
Generate video through the video generation endpoint
If successful, the response will return a success status and a task_id.
Step 2
Get video generation status
Fill the task_id into the parameter of task_id to request the video generation status.
- processing: the video is still being generated.
- succeed: the video generation is complete.
Step 3
Poll video generation status
Continuously poll the status endpoint until the status changes to succeed. Once succeed is returned, download the video using the provided url.
Note: Videos are stored for two weeks. Download your video promptly to avoid losing access.