We just released our native n8n integration!» Try now
OnlyFans API
Story Highlights

Show Story Highlight

Retrieve details of a specific story highlight by its ID.

GET
/api/{account}/stories/highlights/{highlight_id}
AuthorizationBearer <token>

Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys

In: header

Path Parameters

accountstring

The Account ID

highlight_idinteger

The ID of the story highlight to retrieve

Response Body

curl -X GET "https://app.onlyfansapi.com/api/string/stories/highlights/0"
{
  "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",
    "stories": [
      {
        "id": 123,
        "userId": 123,
        "isReady": true,
        "hasPost": false,
        "isWatched": true,
        "media": [
          {
            "id": 123,
            "type": "photo",
            "convertedToVideo": false,
            "canView": true,
            "hasError": false,
            "createdAt": "2025-01-01T01:01:01+00:00",
            "isReady": true,
            "files": {
              "full": {
                "url": "https://cdn2.onlyfans.com/files/...",
                "width": 1150,
                "height": 760,
                "size": 0,
                "sources": []
              },
              "thumb": {
                "url": "https://cdn2.onlyfans.com/files/...",
                "width": 300,
                "height": 300,
                "size": 0
              },
              "preview": {
                "url": "https://cdn2.onlyfans.com/files/...",
                "width": 960,
                "height": 635,
                "size": 0,
                "sources": {
                  "w150": "https://cdn2.onlyfans.com/files/..."
                }
              },
              "squarePreview": {
                "url": "https://cdn2.onlyfans.com/files/...",
                "width": 960,
                "height": 960,
                "size": 0,
                "sources": {
                  "w150": "https://thumbs.onlyfans.com/...",
                  "w480": "https://thumbs.onlyfans.com/..."
                }
              }
            },
            "duration": 0,
            "hasCustomPreview": false,
            "videoSources": {
              "240": null,
              "720": null
            }
          }
        ],
        "createdAt": "2025-01-01T01:01:01+00:00",
        "canvasHeight": 760,
        "canvasWidth": 1150,
        "question": null,
        "texts": [
          {
            "text": "text",
            "type": "text",
            "users": [],
            "scale": 1.7996870109546,
            "textAlign": "left",
            "textWidth": 242.23787167449,
            "textHeight": 108.15055734597,
            "color": "#ffffff",
            "bgColor": "#ff51dc",
            "fontFamily": "Roboto",
            "fontStyle": null,
            "fontWeight": 400,
            "top": 42.88483175,
            "left": 39.46791862,
            "angle": 0,
            "fontSize": "19.88px",
            "zIndex": 3
          }
        ],
        "viewersCount": 0,
        "viewers": [],
        "commentsCount": 0,
        "canDelete": true,
        "isHighlightCover": true,
        "isLastInHighlight": true,
        "tipsAmount": "$0",
        "tipsAmountRaw": 0,
        "tipsCount": 0,
        "likesCount": 0,
        "releaseForms": []
      }
    ]
  },
  "_meta": {
    "_credits": {
      "used": 1,
      "balance": 1000999741,
      "note": "Always"
    },
    "_cache": {
      "is_cached": false,
      "note": "Cache disabled for this endpoint"
    },
    "_rate_limits": {
      "limit_minute": 5000,
      "limit_day": null,
      "remaining_minute": 4997,
      "remaining_day": null,
      "notice": "We have decided to remove our daily rate limits. Please remove any references to these in your integrations."
    }
  }
}