Y
Yappy
/create_export_job
Start a Yappy export job
Start an asynchronous export of a Yappy corpus — documentation, FAQ, or release history — as markdown or JSON. This creates a job on the Yappy API and returns i
liveverifiedunknown~5s typical
mcpprobedyappy
$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-biz-yappy-yappy /create_export_job for me.
Input
| Field | Type | Description |
|---|---|---|
| resource* | string (docs | faq | releases) | Which corpus to export. |
| format | string (markdown | json) | The artifact format. default "markdown" |
| idempotency_key | string | Your own key, so a retry returns the same job instead of starting a second one. |
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-biz-yappy-yappy","endpoint":"/create_export_job","input":{"resource":"docs","format":"markdown"}}'cli
npx cracked-ai run -p mcp-biz-yappy-yappy -e /create_export_job -i '{"resource":"docs","format":"markdown"}'mcp
run_tool({ provider: "mcp-biz-yappy-yappy", endpoint: "/create_export_job", input: {"resource":"docs","format":"markdown"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.