Returns vibe IDs and names for all system vibes and custom user vibes accessible to the authenticated user. Pass the id as presentation_options.vibe_id on a generation request.
Retrieve the vibes available to the authenticated user. A vibe is a visual aesthetic preset (mood, palette, illustration style) that gets applied to creative slide variants. This endpoint returns both system vibes and any custom vibes you have created. Use the returnedDocumentation Index
Fetch the complete documentation index at: https://docs.getalai.com/llms.txt
Use this file to discover all available pages before exploring further.
id values as presentation_options.vibe_id when generating presentations.
vibe_id, you must also set image_options.num_image_variants >= 1 on the generation request.| Field | Type | Description |
|---|---|---|
vibes | array | List of vibes available to the authenticated user |
| Field | Type | Description |
|---|---|---|
id | string | Unique vibe identifier to pass as presentation_options.vibe_id |
name | string | Human-readable vibe display name |
source | string | Either system (built-in) or custom (created by the user) |