Skip to main content
GET
List Intro & Outro Templates
Retrieves the intro/outro overlay catalogue: the 27 designs you can name in elements_config.intro_outro, plus the nine animation presets that apply to them. The catalogue is static and identical for every account, so there is nothing to page through and reading it costs no credits. Use it to build a template picker without hardcoding the catalogue: everything the visual gallery shows is served here, preview images included.

Query Parameters

string
default:"all"
Which half of the catalogue to return.Allowed values: intro, outro, all
  • intro: The 15 designs valid in the intro slot
  • outro: The 12 designs valid in the outro slot
  • all: Both (default)
animations is returned in full whatever you pass — the presets are the same at both ends.

Response

array
required
The designs matching kind, intros first.
array
required
The nine animation presets, valid on both slots. A preset is one directional transition: an intro plays it as an exit, an outro as an entrance.

Example Request

Example Response

Using a template

Take the id, the template_version and an animation, then fill values and assets with the field ids the response gave you. Every field the response marks "required": true must be sent with a non-blank value, and every optional one you leave out simply renders nothing:
custom_image is the one design whose fields do not follow that shape: it has no text field, so values stays empty and the whole selection is the image.
custom_image is an outro like the other eleven: it covers the same closing window and adds no duration. When the image’s aspect ratio differs from the video’s, the server extends its background to the video’s shape before rendering, so the image is never cropped. That happens while the create request is being accepted, so such a request takes a few seconds, and up to about 25 seconds when the ratios differ. The image must be a JPG, PNG or WEBP of at most 8 MB whose shortest edge is at least 400 px. It costs no extra credits.

Errors

400
kind was something other than intro, outro or all.