AI Media Maker Docs

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:

  1. Go to maker.cappuai.com/playground
  2. Enter one or more text prompts describing images you want
  3. Click "Generate Images" and watch them appear
  4. Download your generated images

Using the Cloud API

For programmatic access, use our Cloud API:

1. Get an API Key

  1. Sign in at maker.cappuai.com/login
  2. Go to Cloud Console → API Keys
  3. Click "Add Key" and give it a name
  4. 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

On this page