Karaoke-Maker API Documentation

Karaoke-Maker API Documentation

Overview

Karaoke-Maker API provides AI-powered vocal extraction and pitch correction for building professional karaoke applications.

Features

  • Vocal Extraction: Separate vocals from any audio track with 99.5% accuracy
  • Pitch Correction: Automatic pitch detection and correction
  • Multi-Language Support: Support for multiple languages and phonemes
  • Fast Processing: Process tracks in under 30 seconds

Quick Start

curl -X POST https://api.turboapi.com/v1/karaoke/extract \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "audio_url=https://example.com/song.mp3"

API Endpoints

Extract Vocal

Extract vocals from an audio track.

Endpoint: POST /v1/karaoke/extract

Parameters:

  • audio_url (string): URL of the audio file
  • vocal_separation (string): Separation strength (low/medium/high)
  • pitch_correction (boolean): Enable pitch correction

Pricing

PlanMinutesPrice
Free100/month$0
Pro1,000/month$29
EnterpriseUnlimited$99

Support