Quickstart
This guide will get you from zero to your first PolarGrid API call in under 5 minutes.1. Get an API Key
Sign up
Create an account at app.polargrid.ai
Create API key
Go to Settings → API Keys and click Generate New Key
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
