iFinesse
Music Studio Viral Hits Pricing ๐Ÿ”Œ API
Developer Platform

Music Generation
for Your Products

Add AI music generation to your app, website, or workflow. Beat creation, full viral songs, and vocal synthesis โ€” accessible via a simple REST API.

Get Started โ†’ View Pricing
$0.15
per beat
$0.75
per full song
~45s
avg. generation
REST
JSON API
Capabilities

What You Can Build

Our API handles the complexity โ€” you bring the creativity.

๐ŸŽต

Beat Generation

Generate original instrumental tracks from a text description. Specify genre, mood, BPM, and key โ€” get back a finished audio file in seconds.

Instrumental Genre-specific
๐ŸŽค

Full Song Creation

Generate complete TikTok-ready songs with original vocals. Pass a topic, pick a style, and receive a mixed, mastered track with lyrics.

Beat + Vocals Mixed & Mastered
๐Ÿ—ฃ๏ธ

Vocal Synthesis

Convert any text into expressive vocal audio. Choose from multiple voice profiles to match the tone of your project.

Text-to-Speech Multiple Voices

Use cases: music apps, content creation tools, social platforms, advertising, game audio, podcast intro/outro music, brand experiences, and more.

Integration

How It Works

1

Get Your API Key

Register for a free key. No credit card required to start.

2

Make API Calls

Send a POST request with your parameters. Most calls return in under a minute.

3

Receive Audio

Get back a direct URL to your generated audio file. Download or stream.

curl -X POST https://api.ifinessemusic.com/api/song \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"topic": "hustle and grind", "style": "phonk"}'

# Response:
{ "status": "queued", "jobId": "tkjob-abc123", "creditsUsed": 5 }
Reference

API Endpoints

Base URL: https://api.ifinessemusic.com

POST /api/beat 1 credit

Generate an instrumental beat. Returns MP3 audio directly. Typically completes in 30โ€“60 seconds.

curl -X POST https://api.ifinessemusic.com/api/beat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "dark phonk beat 140bpm heavy 808s"}'
POST /api/song 5 credits

Create a full TikTok-ready song with original vocals. Async โ€” poll /api/song/status/{jobId} for result.

Pass custom_lyrics with tags: [Verse] [Hook] [Chorus]

curl -X POST https://api.ifinessemusic.com/api/song \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"topic": "late night drives", "style": "phonk"}'
POST /api/vocals 2 credits

Text-to-speech vocal synthesis. Returns MP3 audio directly.

curl -X POST https://api.ifinessemusic.com/api/vocals \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "Verse one: hustle never stops", "voice_id": "..."}'
GET /account Free

Check your current credit balance.

All endpoints return JSON responses. Songs are generated asynchronously โ€” submit your request, poll the status endpoint, and download when ready. Audio files are available for at least 30 days.
Pricing

Credit Packages

No subscriptions. No monthly fees. Pay only for what you use.

Starter
50 credits
$15
$0.30 per credit
  • โœ“ 50 beats, or 10 songs
  • โœ“ REST API access
  • โœ“ Credits never expire
Get Started
Popular
Creator
200 credits
$45
$0.225 per credit 25% off
  • โœ“ 200 generations
  • โœ“ Priority queue
  • โœ“ Slack support
Get Started
Studio
1,000 credits
$180
$0.18 per credit 40% off
  • โœ“ 1,000 generations
  • โœ“ Webhook callbacks
  • โœ“ Slack + email support
Get Started
Agency
5,000 credits โ€” $650 ($0.13/credit)
Contact Us
Enterprise
20,000+ credits โ€” $2,000+ ($0.10/credit)
Contact Us
EndpointCreditsCost per call
Beat generation1 credit$0.15
Full TikTok song5 credits$0.75
Vocal synthesis2 credits$0.30
FAQ

Common Questions

Do I need a credit card to get started?
No. Register for a free API key to test connectivity. Credits are purchased when you're ready.
How long does generation take?
Beat generation typically completes in 30โ€“60 seconds. Full songs take 45โ€“90 seconds.
Are generated songs royalty-free?
Yes. All audio generated through the API is cleared for commercial use. See our Content License for full terms.
Can I use custom lyrics?
Yes. Pass your own lyrics via custom_lyrics using structure tags: [Verse], [Hook], [Chorus].
Do audio files expire?
Generated audio files are available for download for at least 30 days.
Is there a rate limit?
Standard accounts: 60 requests/minute. Higher limits for Agency and Enterprise.
Can I get a refund for unused credits?
Credits are non-refundable once purchased. We recommend starting with a Starter package to evaluate first.

Ready to Build?

Get your free API key. No credit card. No commitment.

Request Free API Key Enterprise Inquiries

Questions? Email api@ifinessemusic.com