Bisque Presentations
BP
Bisque Presentations
/create_presentation

Create narrated presentation

Generate a narrated presentation from an html-presentation/v1 document. BEFORE authoring, call get_presentation_spec and follow it exactly — slides without its

liveunknown~5s typical
mcpbisquepresentations
$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-cloud-bisque-presentations /create_presentation for me.

Input

FieldTypeDescription
indexHtml*stringFull html-presentation/v1 document (the presentation-format meta gate applies).
titlestring
slugstringURL slug; defaults to a slugified title.
presentationIdstringStable id for idempotent re-creates; defaults to slug-<hash(userId:slug)>.
visibilitystring (private | unlisted | public)unlisted (the default) is shareable by link and plays in chat-embedded players; private re default "unlisted"
handlestringPublish under a specific channel handle you own.
designMdstringDesign frontmatter mapped to theme tokens.
contextMdstringShared-with-viewer context.md.
voiceIdstringNarration voice. ElevenLabs: a bare id or cloud:<id>. Self-hosted Kokoro: kokoro:<id> (e.g
speechSpeednumber
voiceStabilitynumber
dryRunbooleanSandbox: run every check a real create runs (format, slug and org conflicts, tier cap, cre default false
assetsarrayFiles the document references relative to itself — fonts, images, Lottie/Rive animations,

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-cloud-bisque-presentations","endpoint":"/create_presentation","input":{"indexHtml":"...","visibility":"unlisted","dryRun":false}}'
cli
npx cracked-ai run -p mcp-cloud-bisque-presentations -e /create_presentation -i '{"indexHtml":"...","visibility":"unlisted","dryRun":false}'
mcp
run_tool({ provider: "mcp-cloud-bisque-presentations", endpoint: "/create_presentation", input: {"indexHtml":"...","visibility":"unlisted","dryRun":false} })

Try it

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