Stories
📄️ Add stories to channel
Performs a bulk operation to assign many interactive stories to a `Channel` with a single request.
📄️ Remove stories from channel
Performs a bulk operation to remove many interactive stories from a `Channel` with a single request. An interactive story cannot be removed from its root interactive `Channel`.
📄️ Create interactive story
An interactive `Story` is based on `scenes` and enables an interactive video experience.
📄️ List stories
Retrieves a list of available stories.
📄️ Get interactive story
Retrieves an interactive `Story` and loads all linked `scenes`, plus its associated `Overlay`s and `Interaction`s.
📄️ Delete interactive story
Deletes an interactive `Story` by its identifier. It will delete all linked `scenes` plus its associated `Overlay`s and `Interaction`s.
📄️ Update interactive story
Updates an interactive `Story`'s name or description.
📄️ Create scene
A `scene` is the main element of an interactive `Story`. A scene can be linked to `Media` sections and holds a list of `Overlay`s and `Interaction`s.
📄️ Update scene
Updates a `scene` of an interactive `Story`.
📄️ Delete scene
Deletes a `scene` of an interactive `Story`, which also deletes all referenced `Interaction`s and `Overlay`s.
📄️ Link a section with a scene
The `Media` asset to which the `Section` belongs must be part of the interactive `Channel` of the `Story` object.
📄️ Unlink a section from a scene
Removes the association between a `scene` and a `Section`. Another `Section` can be linked to this `Story` `scene` afterward.
📄️ List story members
Lists all members and their roles for a `Story`.