Getting Started
Get up and running with AI Media Maker in minutes.
Getting Started
Get up and running with AI Media Maker in minutes.
Try the Playground
The fastest way to experience AI Media Maker is through our Playground:
- Go to maker.cappuai.com/playground
- Enter one or more text prompts describing images you want
- Click "Generate Images" and watch them appear
- Download your generated images
Using the Cloud API
For programmatic access, use our Cloud API:
1. Get an API Key
- Sign in at maker.cappuai.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://maker.cappuai.com/api/playground/images \
-H "Authorization: Bearer wi_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompts": ["A beautiful sunset over the ocean"]}'
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