BP
Brainiall Pronunciation
/voice_id_verify
Verify Speaker (1:1)
1:1 verification — is this clip the enrolled speaker? Returns: dict with keys: similarity (float), match (bool), threshold (float).
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_verify for me.
Input
| Field | Type | Description |
|---|---|---|
| audio* | string | Base64-encoded WAV of the clip to check |
| speaker_id* | string | The enrolled speaker to verify against |
| group_id* | string | The group/namespace |
| threshold | string | Optional cosine-similarity threshold (defaults to a tuned value); higher = stricter |
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_verify","input":{"audio":"...","speaker_id":"...","group_id":"..."}}'cli
npx cracked-ai run -p mcp-com-brainiall-pronunciation -e /voice_id_verify -i '{"audio":"...","speaker_id":"...","group_id":"..."}'mcp
run_tool({ provider: "mcp-com-brainiall-pronunciation", endpoint: "/voice_id_verify", input: {"audio":"...","speaker_id":"...","group_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.