Start a Yappy export job
create_export_jobStart 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 its id; poll it with get_export_job until the status is completed, then read result.url. Use it when you want the whole corpus rather than a page at a time. It creates a job and nothing else: no user data is touched and nothing can be deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | The artifact format. | markdown |
| resource | Yes | Which corpus to export. | |
| idempotency_key | No | Your own key, so a retry returns the same job instead of starting a second one. |