Skip to main content
This quickstart uses production API host https://api.myvocal.ai and the accessKey request header.

Step 1: Get your API key

  1. Sign in to MyVocal account.
  2. Subscribe to a plan that includes API access.
  3. Copy your API key from Account Info.

Step 2: Get your user info and voices

Use these calls first to confirm your key is valid and to get a usable voiceId.

Step 3: Create TTS with the default model path

When modelId is omitted, the request uses the default model path.

Step 4: Create TTS with myvocal_v3

Set modelId to myvocal_v3 to explicitly request V3.
myvocal_v3 is publicly documented. If your request returns code = -1, verify voiceId, language, account plan, and current backend availability before retrying.

Step 5: Query history and output URL

  1. Query TTS list to get generated record IDs.
  2. Query URL endpoint with those IDs to get playable output URLs.

See full model details

Open TTS Models & Migration for the current public model list and migration guidance.