curl https://rolearn.dev/api/genre-timing \
-H "Authorization: Bearer YOUR_TOKEN"
{
"recommendations": [
{
"theme": "Horror",
"best_windows": [
{
"period": "Oct 1 - Oct 31",
"event": "Halloween",
"score": 0.95,
"reason": "Horror CCU peaks 200-300% during Halloween season"
}
],
"avoid": ["Dec 20 - Jan 5"]
}
]
}
Get launch timing recommendations per genre/theme
curl https://rolearn.dev/api/genre-timing \
-H "Authorization: Bearer YOUR_TOKEN"
{
"recommendations": [
{
"theme": "Horror",
"best_windows": [
{
"period": "Oct 1 - Oct 31",
"event": "Halloween",
"score": 0.95,
"reason": "Horror CCU peaks 200-300% during Halloween season"
}
],
"avoid": ["Dec 20 - Jan 5"]
}
]
}
curl https://rolearn.dev/api/genre-timing \
-H "Authorization: Bearer YOUR_TOKEN"
{
"recommendations": [
{
"theme": "Horror",
"best_windows": [
{
"period": "Oct 1 - Oct 31",
"event": "Halloween",
"score": 0.95,
"reason": "Horror CCU peaks 200-300% during Halloween season"
}
],
"avoid": ["Dec 20 - Jan 5"]
}
]
}