Deckrun Free PDF Generator
Converts Deckrun Markdown into a 16:9 PDF slide deck. No account or API key
required. Returns a public PDF URL valid for 90 days.
Endpoint
CODEBLOCK0
Request
CODEBLOCK1
Response
CODEBLOCK2
Slide format
Fetch the live format spec before writing Markdown:
CODEBLOCK3
Key rules:
- - Slides are separated by
--- on its own line - First slide must use INLINECODE1
- All other slides use
<!-- <title-content-slide /> --> or another layout tag - Title slide heading is
# (H1); all other slide headings are ## (H2) - Maximum 10 slides, 50 KB Markdown
Example
CODEBLOCK4
Constraints
| Limit | Value |
|---|
| Max slides | 10 |
| Max Markdown size |
50 KB |
| PDF expiry | 90 days |
| Watermark | Required (free tier) |
| Auth | None |
Links
- - OpenAPI spec: https://free.agenticdecks.com/.well-known/openapi.yaml
- Slide format schema: https://agenticdecks.com/schemas/v1/deckrun-slide-format.schema.json
- MCP server (Claude Desktop / Cursor): https://smithery.ai/servers/agenticdecks/deckrun-free
- Web UI: https://free.agenticdecks.com
Deckrun Free PDF Generator
将Deckrun Markdown转换为16:9的PDF幻灯片。无需账户或API密钥。返回有效期90天的公开PDF链接。
端点
POST https://free.agenticdecks.com/free/generate
Content-Type: application/json
请求
json
{
markdown: ,
schema_version: deckrun.v1
}
响应
json
{
url: https://storage.googleapis.com/.../deck.pdf,
slug: abc123,
slides: 6,
warnings: [],
schema_version: deckrun.v1
}
幻灯片格式
在编写Markdown之前,请获取最新的格式规范:
GET https://agenticdecks.com/schemas/v1/deckrun-slide-format.schema.json
关键规则:
- - 幻灯片之间使用单独一行的---分隔
- 第一张幻灯片必须使用
- 其他所有幻灯片使用或其他布局标签
- 标题幻灯片使用#(一级标题);其他幻灯片标题使用##(二级标题)
- 最多10张幻灯片,Markdown大小不超过50 KB
示例
markdown
量子计算今日
由AI准备
什么是量子计算?
- - 使用量子比特(qubits)代替经典比特
- 利用叠加态和纠缠态
- 对特定问题类别实现指数级加速
限制条件
| 限制项 | 数值 |
|---|
| 最大幻灯片数 | 10 |
| 最大Markdown大小 |
50 KB |
| PDF有效期 | 90天 |
| 水印 | 必需(免费版) |
| 认证 | 无需 |
链接
- - OpenAPI规范:https://free.agenticdecks.com/.well-known/openapi.yaml
- 幻灯片格式模式:https://agenticdecks.com/schemas/v1/deckrun-slide-format.schema.json
- MCP服务器(Claude Desktop / Cursor):https://smithery.ai/servers/agenticdecks/deckrun-free
- Web界面:https://free.agenticdecks.com