Muzeek SDK
The TypeScript toolkit designed to help developers build AI-powered music industry applications with Next.js, React, Node.js, and more.
The Muzeek SDK abstracts away the differences between music industry workflows, eliminates boilerplate code for building music management systems, and allows you to go beyond basic CRUD operations to create rich, interactive experiences for artists, venues, and booking agents.
Generating text
At the center of the Muzeek SDK is Muzeek API Core, which provides a unified API to call any music industry workflow.
The following example shows how to manage events with the Muzeek SDK using our Events API:
The unified interface means that you can easily switch between different data sources by changing just a few lines of code. For example, to fetch a specific event with full venue details:
Generating structured data
While event management can be useful, you might want to integrate with other parts of the music industry ecosystem. For example, you might want to manage venues, track tours, or handle artist bookings. Muzeek API Core provides comprehensive endpoints for all aspects of music industry management.
Query Parameters
pagePage number (default: 1)limitItems per page (max: 100)includevenue, tour, accountsortBystartDate, title, createdAtRequest Body
Events API
The Events API allows you to manage all aspects of live music events, from creation to completion. Events are the core of the music industry workflow.
Path Parameters
idEvent UUIDInclude Options
venue.full - Full venue detailstour.full - Full tour detailsaccount - Account informationExample Update
Authentication
The Muzeek API supports two authentication methods to fit different use cases.
Use session-based authentication for interactive web applications where users sign in through your interface.
Use API keys for backend services, webhooks, and automated systems.