Quickstart
This guide will get you from zero to your first PolarGrid API call in under 5 minutes.1. Get an API Key
1
Sign up
Create an account at app.polargrid.ai
2
Create API key
Go to Settings → API Keys and click Generate New Key
3
Copy your key
Your key starts with
pg_. Keep it secure — you won’t see it again.2. Make Your First Request
The edge accepts your
pg_* API key directly. The SDKs additionally handle region selection automatically. See Authentication for details.3. Choose Your Region
PolarGrid automatically routes to the fastest region when you usePolarGrid.create(). You can also specify one explicitly:
Next Steps
Streaming Responses
Stream tokens as they’re generated
Voice AI
Text-to-speech and speech-to-text
API Reference
Full endpoint documentation
Error Handling
Handle errors gracefully
