---
title: "List caption styles"
method: GET
path: "/caption-styles"
tags: ["Styles"]
---

# List caption styles

`GET /caption-styles`

Returns every caption style you can use as `captionStyleId` in `POST /videos/generate`: the built-in styles plus any custom styles created in the AITuber dashboard.

## Response `200`

OK

- object[]
  - `id` string, required — Style ID. Pass as `captionStyleId` in POST /videos/generate.
  - `name` string, required — Display name.
  - `description` string, required — What the style looks like and what content it fits.
  - `custom` boolean, required — True for styles created in your dashboard, false for built-in styles.

## Other responses

- `401` — 401
- `402` — 402
- `403` — 403

---

[API](https://skmtc.net/aituber/apis/aituber-api.md) · [All operations](https://skmtc.net/aituber/apis/aituber-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aituber/aituber-api/revisions/35448566f143/schema)
