Yappy
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

FieldTypeDescription
resource*string (docs | faq | releases)Which corpus to export.
formatstring (markdown | json)The artifact format. default "markdown"
idempotency_keystringYour 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.