Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kits.ai/llms.txt

Use this file to discover all available pages before exploring further.

Once you’ve generated an API key, you can now make your first request to the Kits API. All of the POST requests to create new jobs require multipart form requests, so this format can be applied to all of our POST requests, but we’ll use the convert audio endpoint as an example using the Female LoFi Royalty-Free voice model.
curl -X POST https://arpeggi.io/api/kits/v1/voice-conversions \
-H "Authorization: Bearer your_api_key" \
-F "voiceModelId=1014961" \
-F "soundFile=@file_path"