Skip to main content
Stories are time-limited media items attached to a story target. The SDKs support image and video stories, optional metadata, optional hyperlink story items, live retrieval, view/link analytics, and soft or hard deletion. The examples in this section use community targets, which are the common target shape across the SDKs covered here.
For a product-level walkthrough, see Stories & Ephemeral Content. The pages in this SDK section stay focused on exact SDK methods and data shapes.

Create

Publish image or video stories with optional metadata and hyperlink items.

Retrieve

Observe individual stories, active story collections, story targets, and global story targets.

Analyze

Mark stories as seen, mark hyperlink clicks, and query reached users where supported.

Story Model

The exact accessor style differs by platform, but story objects expose the same main concepts:

Story Target Model

Story targets represent story availability for a target such as a community.

SDK Surface

Flutter’s single story-target helper is currently named getStoryTaregt in the shipped SDK. The spelling above is intentional.

Accuracy Notes

  • The SDK creation APIs accept image or video files and pass upload/processing errors through their platform-specific async pattern.
  • File size, duration, and moderation limits are enforced by backend or network configuration. This SDK reference does not hardcode those values.
  • Story analytics methods should be called on synced story objects. Native and Flutter SDKs explicitly no-op for unsynced stories.
  • SMART, UNSEEN, SEEN, and ALL query options apply to global story target retrieval.

Create Story

Publish image and video stories.

Get Stories

Retrieve story live objects and collections.

Story Targets

Retrieve target-level story availability and unseen status.

Story Impressions

Record story views, link clicks, and reached users.