latestOpenAPI 3.1.02026-08-101183295.3 KB

826e6edbf294

developer-api
gifs

Render an approved GIF template and return JSON metadata with optional base64 output

Accepts gifSlug plus width, startMs, durationMs, fps, title, tags, and caption objects with x/y/fontSize placement. Set returnBase64=true when the client needs a data URL.

post/api/v1/gifs/generate

Request body

gifSlugstring

Required for /api/v1/gifs/generate.

widthPxinteger
startMsinteger
durationMsinteger
fpsinteger
titlestring
tagsstring[]
returnBase64boolean

Only used by /api/v1/gifs/generate.

Response

Generated GIF metadata

oktrue required