Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.voicelibrary.co/llms.txt

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

Authentication

Use the accessKey header on every request.
accessKey: <your_api_key>

Example

curl --location 'https://api.myvocal.ai/sound_clone/api/v1/user/info' \
--header 'accessKey: <your_api_key>'

Best practices

  • Keep API keys on your backend server.
  • Do not expose API keys in frontend clients.
  • Rotate keys if leakage is suspected.