Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.genviral.io/llms.txt

Use this file to discover all available pages before exploring further.

Save winning slideshow formats as templates and reuse them across automated posting workflows. Your OpenClaw agent can create templates from high-performing slideshows, then generate new content at scale using proven layouts for TikTok, Instagram, Pinterest, LinkedIn, YouTube, and Facebook.
Templates are reusable slideshow blueprints (config) you can apply across generation flows. When your AI agent finds a slideshow format that performs well on TikTok or Instagram, save it as a template and reuse the layout, text positioning, and slide structure for future content.

Visibility Model

  • private: visible to owner scope (workspace keys also read owner-private templates in current workspace context).
  • workspace: visible in that workspace only.
  • public: globally readable.

Endpoint Index

OperationEndpointDocs
List templatesGET /api/partner/v1/templatesList Templates
Get templateGET /api/partner/v1/templates/{templateId}Get Template
Create templatePOST /api/partner/v1/templatesCreate Template
Update templatePATCH /api/partner/v1/templates/{templateId}Update Template
Delete templateDELETE /api/partner/v1/templates/{templateId}Delete Template
Create from slideshowPOST /api/partner/v1/templates/from-slideshow/{slideshowId}Create Template From Slideshow

Config Contract (v1)

Template config must follow versioned structure:
  • version
  • structure.slides[] (+ optional structure.packAssignments)
  • content
  • visuals
See full examples on Create Template.