๐ŸŽ™๏ธSet Explainer Video Style

Pick a visual storytelling preset such as classic, whiteboard, watercolor, retro, heritage, paper-craft, or anime. Styles influence camera moves, transitions, and color palettes.

curl -X POST "https://api.autocontentapi.com/content/Create" \
  -H "accept: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "outputType": "video",
    "resources": [
      { "type": "text", "content": "The latest product launch generated strong community feedback..." }
    ],
    "text": "Turn this update into an engaging explainer intro.",
    "style": "whiteboard"
  }'

Key fields

  • style: Choose from the supported presets (classic, whiteboard, watercolor, retro, heritage, paper-craft, anime).

  • resources: Any mix is allowed; this example uses raw text.

  • text: Guide the output by describing your goals or audience.

Tips

  • Pick anime or paper-craft for stylized campaigns; stick with classic when you need broad appeal.

  • Combine style with duration to contrast teaser clips versus full-length explainers.

Try it in code

Last updated