API Keys

Use keys to authenticate Pollo API requests. Treat them like passwords — never check them into source control.

Active keys

NameEnvironmentToken (truncated)Last usedCreatedActions
Production · mainprodkey_a3f1...e2c92 min agoApr 12, 2026
Staging · QAstagingkey_8b07...11d4YesterdayFeb 28, 2026
Local · dev laptopdevkey_de41...77a33 days agoJan 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" }'