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

Changes

No recorded changes to this endpoint across all 2 revisions of this API.