Welcome to the Suno API for HackMIT 2025! This API allows you to programmatically generate high-quality music and covers using Suno's AI music models.

Getting Started

1. Get Your API Key

One of your team members should have already received an email with your unique API token (by 11:15 AM on Saturday). If not, then please visit the Suno booth at HackMIT to receive your API token. This token is required for all API requests and is specifically configured for HackMIT participants.

1.2. 🎁 Free Suno Pro + Credits

Exclusive HackMIT offer! Redeem this code for free Suno Pro for 1 month (includes 2,500 credits): HACKMITSTUDENT1PRO

Perfect for experimenting with Suno's full set of features during and after the hackathon!

1.5. Try the Starter App

Check out our starter application that demonstrates the song generation and polling workflow: https://github.com/suno-ai/hackmit-starter-app

This example app shows you exactly how to generate music, poll for results, and stream audio before generation is complete!

2. Base URL

All API endpoints are accessible at:

<https://studio-api.prod.suno.com/api/v2/external/hackmit/>

3. Authentication

All requests must include your API token in the Authorization header:

Authorization: Bearer YOUR_HACKMIT_TOKEN

Replace YOUR_HACKMIT_TOKEN with your API token (emailed to one of your team members, or provided at the Suno booth).

Rate Limits