SSTV Decoder
SD
SSTV Decoder
/decode_sstv

decode sstv

Demodulate a presented slow-scan-television (SSTV) audio recording, anchor the audio fingerprint and the decoded image hash to the Knox event chain, and return

liveunknown~5s typical
mcpsstvdecoder
$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-bonissystems-sstv-decoder /decode_sstv for me.

Input

FieldTypeDescription
name*stringDisplay name for the recording (max 256 chars).
audioBase64*stringBase64-encoded audio. Either a complete WAV file (RIFF/WAVE, 8/16/24-bit PCM or 32-bit IEE
audioFormatstring (wav | pcm16-mono)Audio container ('wav' default, or 'pcm16-mono').
sampleRateintegerRequired when audioFormat = 'pcm16-mono'.
captureobjectOptional capture-context metadata.

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-bonissystems-sstv-decoder","endpoint":"/decode_sstv","input":{"name":"...","audioBase64":"..."}}'
cli
npx cracked-ai run -p mcp-com-bonissystems-sstv-decoder -e /decode_sstv -i '{"name":"...","audioBase64":"..."}'
mcp
run_tool({ provider: "mcp-com-bonissystems-sstv-decoder", endpoint: "/decode_sstv", input: {"name":"...","audioBase64":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.