Stories
Stories
OnlyFans stories (via proxy). **OnlyFans only** — Fansly accounts are rejected on this surface.
OnlyFans stories (via proxy). OnlyFans only — Fansly accounts are rejected on this surface.
| Method | Endpoint | Path |
|---|---|---|
POST | Create story | /api2/v2/stories |
POST | Like a story | /api2/v2/stories/{story_id}/like |
DELETE | Unlike a story | /api2/v2/stories/{story_id}/like |
GET | List story viewers | /api2/v2/stories/{story_id}/viewers |
PUT | Mark story as watched | /api2/v2/stories/{story_id}/watched |
DELETE | Delete a story answer | /api2/v2/stories/answer/{answer_id} |
GET | Get archived stories | /api2/v2/stories/archive |
POST | Create a story highlight | /api2/v2/stories/highlights |
POST | Block user from stories | /api2/v2/stories/users/{user_id}/block |
DELETE | Unblock user from stories | /api2/v2/stories/users/{user_id}/block |
GET | List story-blocked users | /api2/v2/stories/users/blocked |
GET | Get user's stories | /api2/v2/users/{user_id}/stories |
GET | Get story highlights | /api2/v2/users/{user_id}/stories/highlights |
GET | Get your active stories | /api2/v2/users/me/stories |
POST | Create a new story | /api2/v2/users/me/stories |
Get scheduled-post counts per day GET
OnlyFans only. Requests made with a user-id belonging to a Fansly account are rejected — use the platform-neutral CRM data routes (/notifications, /balances,…
Create story POST
Creates a new story for the current user. OnlyFans only — Fansly accounts are rejected on /api2/v2/.