curl -X GET "https://api.hooked.ai/v1/niche/list" \ -H "x-api-key: your_api_key_here"
{ "success": true, "data": { "niches": [ { "id": "fitness", "label": "Fitness", "emoji": "💪", "description": "Workout routines, fitness tips, and gym content", "keywords": ["workout", "gym", "fitness", "exercise", "training"] }, { "id": "cooking", "label": "Cooking", "emoji": "🍳", "description": "Recipes, cooking tutorials, and food content", "keywords": ["recipe", "cooking", "food", "kitchen", "chef"] }, { "id": "gaming", "label": "Gaming", "emoji": "🎮", "description": "Video game content, streams, and gaming tutorials", "keywords": ["gaming", "gamer", "videogames", "gameplay", "esports"] } ], "total": 40 } }
Get all available content niches for trend analysis
Show data
Show niche
Success