content_types across published library items - used by the frontend to build the library navigation tabs. Served from a Redis cache (no DB hit on the hot path); the cache is refreshed automatically whenever an item is created or edited.200 - data.content_types[].curl --location 'https://uat-api.hastaai.in/api/v1/library/content-types'{
"success": true,
"message": "Content types fetched successfully",
"data": {
"content_types": [
"gita_chapter",
"upanishad",
"puranic_story",
"epic_story",
"hymn",
"stotra"
]
}
}