API Docs

Invite & Download

Get Jelly /v3/jelly/{jelly_id}

Method: GET

Returns: application/json

URL Parameters

jelly_id — The ID of the jelly to retrieve.

Query Parameters (for listing)

ParameterTypeDescription
user_idstringUser ID to get jellies for.
pageintPage number. Default 1.
page_sizeintItems per page. Default 15. Max 50.

Access Levels

View — Full access. Hint — Minimal info for paid content (unauthenticated).

Response Attributes

AttributeManageViewHint
access, id, participants, title, privacy
video (hls_master, mp4_fallback)
likes_count, comments_count, all_views
price, pay_to_watch✅*✅*

Sample Response

{
  "status": "success",
  "jelly": {
    "access": "hint",
    "id": "01KJJZ227TCVE2YAMGPYEJR452",
    "started_by_id": "7ec73234-1f3e-4051-8844-d08bc321b8fe",
    "participants": [
      {
        "id": "7ec73234-1f3e-4051-8844-d08bc321b8fe",
        "username": "Curatoroftheculture",
        "full_name": "SHA ",
        "pfp_url": "https://user-pfp.jellyjelly.com/.../image-min.jpeg"
      }
    ],
    "title": "Discussing Madam CJ Walker's Legacy as a Pioneer in Hair Care and Entrepreneurship",
    "transcript_overlay": null,
    "summary": null,
    "privacy": "public",
    "thumbnail_url": "https://dist.jellyjelly.com/.../thumbnail.jpeg?...",
    "video": {
      "original_duration": 51.1,
      "preview_timecode": null,
      "hls_master": null,
      "mp4_fallback": null,
      "mp4_preview": null
    },
    "likes_count": null,
    "comments_count": null,
    "all_views": null,
    "distinct_views": null,
    "anon_views": null,
    "tips_total": null,
    "posted_at": "2026-02-28T20:29:23.136Z",
    "created_at": null,
    "updated_at": null,
    "deleted_at": null,
    "price": 15,
    "pay_to_watch": true,
    "allow_preview": false,
    "has_poll": null,
    "has_event": null
  }
}

API Tester