Story Highlights
Create Story Highlight
Create a new story highlight.
AuthorizationBearer <token>
Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys
In: header
Path Parameters
accountstring
The Account ID
titlestring
The title of the story highlight
coverStoryIdinteger
The ID of the story to use as the cover for the highlight
storyIdsarray<string>
An array of story IDs to include in the highlight
Response Body
curl -X POST "https://app.onlyfansapi.com/api/string/stories/highlights" \ -H "Content-Type: application/json" \ -d '{ "title": "My Highlight", "coverStoryId": 9876543210, "storyIds": [ 1234567890, 2345678901 ] }'{
"data": {
"id": 123,
"userId": 123,
"title": "title",
"coverStoryId": 123,
"cover": "https://cdn2.onlyfans.com/files/...",
"storiesCount": 1,
"createdAt": "2025-01-01T01:01:01+00:00"
},
"_meta": {
"_credits": {
"used": 1,
"balance": 1000999735,
"note": "Always"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
},
"_rate_limits": {
"limit_minute": 5000,
"limit_day": null,
"remaining_minute": 4999,
"remaining_day": null,
"notice": "We have decided to remove our daily rate limits. Please remove any references to these in your integrations."
}
}
}