API Keys
Use keys to authenticate Pollo API requests. Treat them like passwords — never check them into source control.
Active keys
| Name | Environment | Token (truncated) | Last used | Created | Actions |
|---|---|---|---|---|---|
| Production · main | prod | key_a3f1...e2c9 | 2 min ago | Apr 12, 2026 | |
| Staging · QA | staging | key_8b07...11d4 | Yesterday | Feb 28, 2026 | |
| Local · dev laptop | dev | key_de41...77a3 | 3 days ago | Jan 09, 2026 |
Authenticating a request
curl https://api.pollo.ai/v1/video/generate \
-H "Authorization: Bearer $POLLO_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "pollo-2-5", "prompt": "A cinematic neon city" }'