Skip to main content

1. Get an API key

Create one from your dashboard — a key needs at least apps:write, content:write, content:approve, and credits:read for this walkthrough.
The key is shown once, at creation. Store it now — Stratos AI never displays it again, only its prefix (strat_live_XXXXXXXX...) for identification.

2. Install the CLI (optional — you can also call the API directly)

3. Import an app

This is free — no credits spent. You’ll get back an app id (product_...) and up to 15 seed hooks.

4. Generate a slideshow

This spends 1 credit on success only — check /v1/credits first if you want to budget. The response’s status will be "ready" with a hook and bodySlides array, or "failed" with a clear error if generation didn’t produce anything usable.
Every credit-spending call requires an Idempotency-Key header. Reuse the same key on a retry and you’ll get the original response back instead of a second charge.

5. Approve it

Content can’t be scheduled until this happens. See The approval gate for why this is enforced server-side, not just a client convention.

What’s next