Prerequisites
Before you begin, ensure you have:- A valid email address
- Artist and release information ready
- Cover art and audio files prepared
Create your account
Sign up for Lens Music
Create your account by sending a POST request to the signup endpoint:Response:Save the JWT token - you’ll need it for all subsequent requests.
Your password should be strong and secure. The API uses bcrypt for password hashing.
Set up your music infrastructure
Create a label
Every release needs to be associated with a label. Create one with:Response:
The country field accepts ISO country codes. Default is “RW” (Rwanda).
Publish your first release
Create the release
Now you’re ready to create your first music release:Response:
The catalog number is automatically generated based on the production year.
Next steps
Architecture Overview
Learn about the Lens Music platform architecture
API Reference
Explore the complete API documentation
Managing Artists
Deep dive into artist management
Release Management
Advanced release features and workflows