Get Your API Key
Before you can use the Sqwish API, you’ll need to get an API key.Get API Key
Visit our demo site to sign up and get your API key.
API Key Management
Once you have your API key, you can manage it through your dashboard:- View usage: Monitor your API calls and token usage
- Regenerate keys: Create new keys if needed
- Set limits: Configure rate limits and usage alerts
Installation
Below are the instructions to install and initialize the Sqwish client library in your preferred language:- Python
- JavaScript
- cURL
Environment Variables
Set your API key as an environment variable:Linux/macOS
Windows
Using .env file
Create a.env file in your project root:
- Python
- JavaScript
Pricing & Limits
Free Tier
- 100 requests per hour
- Perfect for testing and small projects
- No credit card required
Pro Tier
- 10,000 requests per hour
- Priority support
- Advanced features
Enterprise
- Custom limits
- Dedicated support
- SLA guarantees
All plans include the same API features. The difference is in rate limits and support levels.
Quick Test
Once you have your API key set up, you can test it with a simple request:- Python
- JavaScript
- cURL
