Sessions
Create Session
Create a new Reddit-based session with AI-generated captions
POST
Authentication
This endpoint requires authentication and credits. Sessions creation requires thesession_create feature credit.
Request Body
Session title (minimum 1 character)
Comma-separated list of subreddit names (e.g., “joi,femdom,gonewild”)
Category ID to assign to this session
Minimum slide interval in seconds (1-60)
Maximum slide interval in seconds (1-60)
Transition effect: “fade”, “slide”, “zoom”, “flip”, or “none”
Custom AI prompt for caption generation
Caption theme: “joi”, “forced-bi”, “beta”, “cbt”, “cuckold”, or “custom”
Custom thumbnail URL. If not provided, auto-generated from subreddits
Whether the session is publicly accessible
Whether to share session to the community feed
Whether to mark as favorite
Whether to disable auto-advance in the player
Response
Returns the created session object with an automatically assigned ID.Unique session identifier
Session title
Owner’s user ID
Normalized array of subreddit names
Assigned category ID
“manual” if explicitly set, “default” if auto-assigned
URL to auto-generated or custom thumbnail
Session creation timestamp
Notes
- The server automatically pre-populates the session with up to 25 media items in the background
- Subreddits are normalized (lowercased,
r/prefix removed) - If
categoryIdis not provided, the session is assigned to the “Uncategorized” category - Credits are deducted after successful creation
- Activity is tracked for analytics