Skip to content

How to Integrate Slidy in Your Content Workflow

The Slidy API allows you to integrate Slidy into your content workflow by importing content and triggering automatic story generation. This minimizes hands-on time spent working with stories.

⚠️ Important! This guide assumes the reader has a technical background.

For detailed information about available endpoints and how to use them, see the Slidy Automation Docs.

API for Automated Story Generation

The typical workflow when using the Slidy API is:

  1. Retrieve existing tags
  2. Use GET /tag

  3. Create new tags if needed

  4. Use POST /tag

  5. Post content

  6. Use POST /content

  7. Generate stories using story templates

  8. Retrieve templates with GET /story
  9. Generate stories with POST /story/generate

⚠️ Important! Story templates must be created beforehand in the Slidy UI.