Skip to main content
GET

List Presets

Retrieve a paginated list of your presets, newest first. Use cursor-based navigation to page through results.
This endpoint requires authentication and has a rate limit of 1000 requests per hour.

Authentication

string
required
Your Submagic API key starting with sk-

Query Parameters

number
Number of presets to return per page (1-100). Defaults to 50.
string
UUID cursor for pagination. Pass the nextCursor value from a previous response to fetch the next page.

Response

array
Array of preset objects. See Get Preset for the full object shape.
object