---
title: "Get All Presets"
method: GET
path: "/automation/get-all-presets"
---

# Get All Presets

`GET /automation/get-all-presets`

Retrieve all available caption presets for your studio

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

Successful response

- GetPresetsResponse
  - `presets` AutomationPreset[]
    - `id` string
    - `name` string
    - `source` 'system' | 'user'
    - `preferences` BrandKitPreferences
      - `addAudiogram` boolean
      - `addCaptions` boolean
      - `genre` 'talking' | 'screenshare' | 'gaming'
      - `language` string
      - `translationLanguage` string, nullable
      - `transcriptionScript` 'native' | 'roman'
      - `orientation` 'landscape' | 'portrait' | 'square'
      - `resolution` 720 | 1080 | 1440 | 2160
      - `clipDurations` array[]
        - integer[]
  - `currentPage` integer
  - `totalPages` integer
  - `totalPresets` integer

---

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