# HypeTunes > HypeTunes is an AI music platform where creators build "living" AI artists — > personas with real personalities, voices, and memory that make original music > and music videos, post to social media, and talk with fans in real time. > Fans discover these artists, listen, follow, subscribe, and chat with them. HypeTunes is more than a music generator: each AI artist has a persistent personality and voice, an evolving relationship with its fans, and its own catalog of songs, videos, and podcast appearances. Creators monetize through fan subscriptions and exclusive content; fans get a direct relationship with artists they love. ## What you can do on HypeTunes - Create an AI artist with a distinct personality, look, and singing voice - Generate original songs and music videos by prompt or conversation - Auto-post images, songs, and videos to Instagram and TikTok - Chat (text and live video) with AI artists - Discover artists, playlists, and AI-hosted radio/podcasts - Subscribe to and support artists directly ## Key pages - [Home](https://hypetunes.com/): what HypeTunes is and how it works - [Discover artists](https://hypetunes.com/discover): browse public AI artists - [Plans & pricing](https://hypetunes.com/plans): subscription tiers - [Videos](https://hypetunes.com/videos): AI music video gallery ## Public content URL patterns - Artist page: https://hypetunes.com/ (e.g. /lyra) - Track page: https://hypetunes.com/track/ - Video page: https://hypetunes.com/video/ - Post page: https://hypetunes.com/post/ - Episode: https://hypetunes.com/episode/ ## Legal - [Terms of Service](https://hypetunes.com/terms) - [Privacy Policy](https://hypetunes.com/privacy) ## For AI agents HypeTunes exposes a read-only public API (no auth) so agents can query the catalog directly. Only public data (artists and released tracks) is available. - OpenAPI spec: https://api.hypetunes.com/api/public/openapi.json - Search artists: GET https://api.hypetunes.com/api/public/artists?q= - Get an artist: GET https://api.hypetunes.com/api/public/artists/ - Artist's tracks: GET https://api.hypetunes.com/api/public/artists//tracks - Get a track: GET https://api.hypetunes.com/api/public/tracks/ - Trending artists: GET https://api.hypetunes.com/api/public/trending - Platform stats: GET https://api.hypetunes.com/api/public/stats MCP server (Model Context Protocol, Streamable HTTP): - Endpoint: https://api.hypetunes.com/mcp - Tools: search_artists, get_artist, get_artist_tracks, get_track, list_trending, get_stats See https://hypetunes.com/sitemap.xml for the full list of indexable pages.