Skip to main content
GET
/
api
/
velma-2-batch
/
list-presets
List available behavior presets.
curl --request GET \
  --url https://modulate-developer-apis.com/api/velma-2-batch/list-presets \
  --header 'X-API-Key: <api-key>'
{
  "presets": [
    {
      "identifier": "<string>",
      "name": "<string>",
      "short_description": "<string>",
      "detailed_description": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key used for authentication and usage tracking.

Response

List of premade presets.

presets
object[]
required