filecore
Playground
Create a free account

API Playground

index.html

Preview

100%

Click Render to see your actual output here.

Run it in your own code

Uses curl — bash/zsh only, not PowerShell (native argument quoting differs).

curl -X POST "/pdf" -H "Authorization: Bearer sk_play_..." -H "Content-Type: application/json" -d '{"inputs":[{"type":"html","content":"<div style=\"font-family: sans-serif; padding: 40px;\">\n  <h1>Hello filecore 👋</h1>\n  <p>Edit this HTML and click Render.</p>\n</div>"}],"options":{"page_size":"A4","landscape":false,"print_background":true}}'