HTML to PDF
Convert HTML slides into a single PDF.
The HTML to PDF API accepts 1-30 public HTML URLs in request order and renders them into a PDF.
Endpoint
POST https://agent.aetherlab.me/v1/convert/html_pdfRequest
curl -X POST https://agent.aetherlab.me/v1/convert/html_pdf \
-H "content-type: application/json" \
-H "sk: sk_live_xxxxxxxxxxxxx" \
-d '{"files":["https://example.com/slides/1.html","https://example.com/slides/2.html"]}'Response
{
"jobId": "d245e257-a179-48c5-bf0a-92a391977384",
"feature": "html_pdf",
"urls": [
"https://agent.aetherlab.me/converted/2026-07-16/slides-502e4b521b9d39b42eaa4bf27a4d5098.pdf"
]
}Notes
- Use public HTML URLs, not private network URLs.
- Slides are rendered in request order.
- Each request consumes one credit.
