Getting Started
Get up and running with what-is in minutes.
Getting Started
Get up and running with what-is in minutes.
Try the Playground
The fastest way to experience what-is is through our Playground:
- Go to example.com/playground
- Enter a keyword to look up
- Get an instant AI-powered definition
- View your recent lookups in the history
Using the Cloud API
For programmatic access, use our Cloud API:
1. Get an API Key
- Sign in at example.com/login
- Go to Cloud Console → API Keys
- Click "Add Key" and give it a name
- Copy your API key (you won't be able to see it again)
2. Make Your First Request
curl -X POST https://example.com/api/playground/query \
-H "Authorization: Bearer wi_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"keyword": "photosynthesis"}'
3. Check Your Usage
Monitor your API usage at Cloud Console → Usage.
Next Steps
- Sample Projects - See example implementations
- API Reference - Full API documentation
- Pricing - View pricing and buy credits