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:
- Retrieve existing tags
-
Use
GET /tag -
Create new tags if needed
-
Use
POST /tag -
Post content
-
Use
POST /content -
Generate stories using story templates
- Retrieve templates with
GET /story - Generate stories with
POST /story/generate
⚠️ Important! Story templates must be created beforehand in the Slidy UI.