curl -X POST "https://app.joip.io/api/sessions" \
-H "Content-Type: application/json" \
-H "Cookie: connect.sid=YOUR_SESSION_COOKIE" \
-d '{
"title": "My JOI Session",
"subreddits": "joi,femdom",
"intervalMin": 5,
"intervalMax": 15,
"transition": "fade",
"captionTheme": "joi",
"isPublic": false,
"isFavorite": true
}'
{
"id": 456,
"title": "My JOI Session",
"userId": "user_abc123",
"subreddits": ["joi", "femdom"],
"categoryId": 1,
"categorySource": "default",
"intervalMin": 5,
"intervalMax": 15,
"transition": "fade",
"thumbnail": "https://i.redd.it/auto-generated.jpg",
"aiPrompt": null,
"captionTheme": "joi",
"isPublic": false,
"shareToCommunity": false,
"isFavorite": true,
"isManualMode": false,
"isImported": false,
"createdAt": "2025-03-02T11:00:00Z",
"updatedAt": "2025-03-02T11:00:00Z"
}
Create a new Reddit-based session with AI-generated captions
curl -X POST "https://app.joip.io/api/sessions" \
-H "Content-Type: application/json" \
-H "Cookie: connect.sid=YOUR_SESSION_COOKIE" \
-d '{
"title": "My JOI Session",
"subreddits": "joi,femdom",
"intervalMin": 5,
"intervalMax": 15,
"transition": "fade",
"captionTheme": "joi",
"isPublic": false,
"isFavorite": true
}'
{
"id": 456,
"title": "My JOI Session",
"userId": "user_abc123",
"subreddits": ["joi", "femdom"],
"categoryId": 1,
"categorySource": "default",
"intervalMin": 5,
"intervalMax": 15,
"transition": "fade",
"thumbnail": "https://i.redd.it/auto-generated.jpg",
"aiPrompt": null,
"captionTheme": "joi",
"isPublic": false,
"shareToCommunity": false,
"isFavorite": true,
"isManualMode": false,
"isImported": false,
"createdAt": "2025-03-02T11:00:00Z",
"updatedAt": "2025-03-02T11:00:00Z"
}
session_create feature credit.
curl -X POST "https://app.joip.io/api/sessions" \
-H "Content-Type: application/json" \
-H "Cookie: connect.sid=YOUR_SESSION_COOKIE" \
-d '{
"title": "My JOI Session",
"subreddits": "joi,femdom",
"intervalMin": 5,
"intervalMax": 15,
"transition": "fade",
"captionTheme": "joi",
"isPublic": false,
"isFavorite": true
}'
{
"id": 456,
"title": "My JOI Session",
"userId": "user_abc123",
"subreddits": ["joi", "femdom"],
"categoryId": 1,
"categorySource": "default",
"intervalMin": 5,
"intervalMax": 15,
"transition": "fade",
"thumbnail": "https://i.redd.it/auto-generated.jpg",
"aiPrompt": null,
"captionTheme": "joi",
"isPublic": false,
"shareToCommunity": false,
"isFavorite": true,
"isManualMode": false,
"isImported": false,
"createdAt": "2025-03-02T11:00:00Z",
"updatedAt": "2025-03-02T11:00:00Z"
}
r/ prefix removed)categoryId is not provided, the session is assigned to the “Uncategorized” category