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, andALLquery options apply to global story target retrieval.
Related Topics
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.