BP
Brainiall Pronunciation
/voice_id_enroll
Enroll Voiceprint
Enroll a voiceprint for a speaker from ~2s of clear speech. Repeat with more clips to strengthen it. Only an irreversible embedding is stored — never the raw a
liveverifiedunknown~5s typical
mcpprobedbrainiallpronunciation
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-brainiall-pronunciation /voice_id_enroll for me.
Input
| Field | Type | Description |
|---|---|---|
| audio* | string | Base64-encoded WAV with >= 2s of clear speech |
| speaker_id* | string | Your identifier for this speaker |
| group_id* | string | The group/namespace this speaker belongs to |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-brainiall-pronunciation","endpoint":"/voice_id_enroll","input":{"audio":"...","speaker_id":"...","group_id":"..."}}'cli
npx cracked-ai run -p mcp-com-brainiall-pronunciation -e /voice_id_enroll -i '{"audio":"...","speaker_id":"...","group_id":"..."}'mcp
run_tool({ provider: "mcp-com-brainiall-pronunciation", endpoint: "/voice_id_enroll", input: {"audio":"...","speaker_id":"...","group_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.