WHAT IT DOES · 4 CATEGORIES
MEDIA
Search, stream & download tracks across YouTube Music and JioSaavn. Resolve video IDs to audio, proxy CDN streams, and grab MP3s.
/api/search/api/stream/api/stream/proxy/api/saavn/stream/api/download/api/suggestions
READ THE DOCS →AI CHAT
Talk to multiple models — Saanvi, Boss, Claude, GPT-4o and 20+ free HeckAI models with web search & sources. Streamed token-by-token.
/api/chat/api/chat/stream/api/ai/heck/stream
READ THE DOCS →BLOG
Pull posts as JSON or RSS. Filter by tag, cap the limit. Wire it into your own site or reader.
/api/blog
READ THE DOCS →TOOLS
A live API playground and a full Postman-style tester (with a CORS-busting gate). Hit any endpoint from the browser.
/playground/postmango.kailashhh.com
READ THE DOCS →QUICK START
# Search across sources
curl "https://apis.kailashhh.com/api/search?q=lofi+hip+hop&source=ytv2"
# Download a track
curl "https://apis.kailashhh.com/api/download?url=<youtube_url>&format=mp3"
# Chat with AI
curl -X POST "https://apis.kailashhh.com/api/chat" \
-H "Content-Type: application/json" \
-d '{"message": "hello", "model": "claude"}'