This quickstart uses production API host
https://api.myvocal.ai and the accessKey request header.Step 1: Get your API key
- Sign in to MyVocal account.
- Subscribe to a plan that includes API access.
- 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 usablevoiceId.
Step 3: Create TTS with the default model path
WhenmodelId 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.
Step 5: Query history and output URL
- Query TTS list to get generated record IDs.
- 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.
