generate_logo_variations
Generate alternate style directions for an existing generate_logo job. Free — no checkout — but limited to this job's free-preview credit (1 by default; a COMPLETE purchase grants 2 more, other tiers grant none). Returns the same kind of watermarked, low-res preview as generate_logo, plus how many free credits remain. Before any purchase, each result's variationId can be passed to buy_logo_variation to purchase that design instead of the original. On an already-purchased COMPLETE job, this instead adds more alternates to the deliverable itself (retrieve via get_logo_result as usual) — call it again there if the user wants more once revisionCredits allows. Any other purchased tier refuses outright — its deliverable is fixed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many alternate-style variations to generate (1-3), capped by the free-preview credits remaining on this job. | |
| jobToken | Yes | The jobToken returned by generate_logo. |