ENDPOINTS · 4 AVAILABLE
METHODPATHDESCRIPTIONSOURCESSTATUS
QUICK START
# Search across all sources
curl "https://apis.kailashhh.com/api/search?q=lofi+hip+hop&source=all"
# 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"}'