Add AI music generation to your app, website, or workflow. Beat creation, full viral songs, and vocal synthesis — accessible via a simple REST API.
Our API handles the complexity — you bring the creativity.
Generate original instrumental tracks from a text description. Specify genre, mood, BPM, and key — get back a finished audio file in seconds.
Generate complete TikTok-ready songs with original vocals. Pass a topic, pick a style, and receive a mixed, mastered track with lyrics.
Convert any text into expressive vocal audio. Choose from multiple voice profiles to match the tone of your project.
Use cases: music apps, content creation tools, social platforms, advertising, game audio, podcast intro/outro music, brand experiences, and more.
Register for a free key. No credit card required to start.
Send a POST request with your parameters. Most calls return in under a minute.
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 }
Base URL: https://api.ifinessemusic.com
/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"}'
/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"}'
/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": "..."}'
/account
Free
Check your current credit balance.
Generate any production audio asset on demand — game SFX, character dialogue, or film foley. Commercial license included.
https://ifinessemusic.com ·
Auth: x-user-id header
Generate any sound effect from a text prompt. From UI clicks to cinematic explosions.
/api/sfx/generate
Generate a sound effect from a text description.
curl -X POST https://ifinessemusic.com/api/sfx/generate \
-H "Content-Type: application/json" \
-H "x-user-id: YOUR_USER_ID" \
-d '{
"text": "Thunder rumbling in the distance with light rain",
"duration_seconds": 10,
"prompt_influence": 0.5,
"loop": false
}'
text (required) — Sound description
duration_seconds (1-30, optional)
prompt_influence (0-1, default 0.5)
loop (boolean, optional — seamless loop)
/api/sfx/status/:jobId
Poll
Poll for job completion. Returns status: queued · generating · complete · failed
/api/sfx/presets
Free
Returns 22 SFX preset categories with example prompts.
Character voices for games, film, and cinematic productions. 10 preset character voices included.
/api/dialogue/generate
Generate character dialogue audio from text using a preset voice.
curl -X POST https://ifinessemusic.com/api/dialogue/generate \
-H "Content-Type: application/json" \
-H "x-user-id: YOUR_USER_ID" \
-d '{
"text": "You dare enter my domain, mortal? Prepare to die!",
"voice_preset": "warrior_deep",
"speed": 1.0,
"stability": 0.5
}'
narrator_deep ·
narrator_soft ·
warrior_deep ·
rogue_sneaky ·
mage_mystical ·
robot_ai ·
alien_weird ·
cartoon_fun · ...
/api/dialogue/status/:jobId
/api/dialogue/presets
Free
Production-quality foley sounds for film and TV. 16 common foley presets.
/api/foley/generate
Generate foley audio from text or preset ID.
curl -X POST https://ifinessemusic.com/api/foley/generate \
-H "Content-Type: application/json" \
-H "x-user-id: YOUR_USER_ID" \
-d '{"text": "Heavy boots walking on concrete", "duration_seconds": 5}'
/api/foley/status/:jobId
GET
/api/foley/presets
Free
Production-quality audio transcription in seconds. Upload any audio format and get accurate text output.
/api/transcribe
audio/*
Upload an audio file and receive an accurate transcription. Supports MP3, WAV, M4A, OGG, WebM. Max 100MB.
curl -X POST https://ifinessemusic.com/api/transcribe \
-H "x-user-id: YOUR_USER_ID" \
-F "file=@audio.mp3" \
-F "timestamps=false"
{ "text": "...", "language": "en", "duration_seconds": 45.2, "segments": [...] }
/api/transcribe/usage
Free
Check current monthly transcription usage and remaining minutes.
| Plan | Minutes/Month | Cost |
|---|---|---|
| Free | 10 min | Free |
| Starter+ | 60–500 min | Included |
| Premium | 2,000 min | Included |
| Enterprise | Unlimited | Custom |
Deep track analysis — genre classification, mood detection, BPM/key identification, and content profiling.
/api/intelligence/analyze
Analyze a track by audio URL, lyrics, or description. Returns genre, mood, BPM range, key, energy, instruments, similar artists.
curl -X POST https://ifinessemusic.com/api/intelligence/analyze \
-H "Content-Type: application/json" \
-H "x-user-id: YOUR_USER_ID" \
-d '{"lyrics": "late night grind never stops", "genre": "trap", "mood": "motivational"}'
{ "genre": "trap", "mood": "motivational", "energy": "high", "bpm_range": "140-160", "tags": ["aggressive","hype"], "instruments": ["808","hi-hat","piano"] }
| Plan | Requests/Month | Cost |
|---|---|---|
| Starter+ | 100–1,000 | Included |
| Premium | 5,000 | Included |
| Enterprise | Unlimited | Custom |
Complete AI pipeline: transcribe → analyze → generate → deliver. One prompt, three finished tracks.
/api/agent/generate
Pro+
Full AI music pipeline. Provide audio or lyrics + genre/mood. Returns tiktok, full, and mastered tracks.
curl -X POST https://ifinessemusic.com/api/agent/generate \
-H "Content-Type: application/json" \
-H "x-user-id: YOUR_USER_ID" \
-d '{"lyrics": "boss money never sleeps", "genre": "trap", "mood": "aggressive", "duration": 30}'
{ "jobId": "...", "status": "queued", "pollUrl": "/api/agent/status/..." }
/api/agent/status/:jobId
Pro+
| Plan | Generations/Month | Cost |
|---|---|---|
| Pro | 50 | Included |
| Premium | 200 | Included |
| Enterprise | Unlimited | Custom |
No subscriptions. No monthly fees. Pay only for what you use.
| Endpoint | Credits | Cost per call |
|---|---|---|
| Beat generation | 1 credit | $0.15 |
| Full TikTok song | 5 credits | $0.75 |
| Full TikTok song | 5 credits | $0.75 |
| 🎙️ Memo 2 Hit | 3 credits | $0.45 |
| Vocal synthesis | 2 credits | $0.30 |
custom_lyrics using structure tags: [Verse], [Hook], [Chorus].Get your free API key. No credit card. No commitment.
Questions? Email api@ifinessemusic.com