Authentication

API Keys

Generate, rotate, and manage your VELSTROM API credentials. Each key provides authenticated, rate-limited access to all platform endpoints.

Key Generation

Create API keys scoped to specific services or environments. Supports both test and production modes.

Security

Keys are hashed at rest with AES-256. IP allowlisting, domain restrictions, and automatic expiry available.

Rate Limits

Tiered rate limiting based on plan. Free tier: 100 req/min. Pro: 1,000 req/min. Enterprise: custom.

Key Rotation

Seamless key rotation with grace periods. Old keys remain valid for a configurable window post-rotation.

Authentication Header
curl -H "Authorization: Bearer vstrm_sk_live_..." \
     -H "Content-Type: application/json" \
     https://api.velstrom.in/v1/imagery/sentinel2 \
     -d '{"bbox": [72.8, 18.9, 72.9, 19.0], "date": "2026-05-01"}'

Under Development: The self-service API key dashboard is currently being built. Contact velstrom.un.inc@gmail.com for early access credentials.