stablevoice.dev

stablevoice.dev
Category
Service
Network
Avg / request
$0.01
Endpoints
1

Service overview

What is stablevoice.dev?

Mint a browser recording URL for a StableUpload slot. The recordee speaks optional suggestedText; StableVoice transcodes the audio to MP3 and uploads it to the slot. Use the slot publicUrl as /api/speech referenceAudioUrl. Pass uploadUrlExpiresAt as expiresAt so the recording URL cannot outlive the upload.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://stablevoice.dev/api/recording-tokens" \
  --method POST \
  --data '{
  "expiresAt": "{expiresAt}",
  "publicUrl": "{publicUrl}",
  "speakerLabel": "{speakerLabel}",
  "suggestedText": "{suggestedText}",
  "uploadUrl": "{uploadUrl}"
}'
What you get back
{
  "endpoint": "POST /api/recording-tokens",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services