DEV Community

Cover image for About HTMLeer.dev API
Piotr Żaba
Piotr Żaba

Posted on • Updated on

About HTMLeer.dev API

HTMLeer provides REST API for your next application, which will make it easier for you to generate pdfs and images without worrying much about architecture, cost and scaling issues.

Features

  • generating pdf/image based on html input
  • saving generated file on s3
  • streaming a file back to the client without saving on s3
  • possibility to use options provided by puppeteer
  • possibility to use handlebars syntax
  • use of dynamic arguments
  • management panel for your api keys, allowed origins, saved files and subscription status

How it works?

  • client creates his account on HTMLeer management panel
  • client sets up new api key
  • client uses HTMLeer documentation and makes his request to the api with already created api key
  • api in response returns buffer of the file or object with link to saved file

Pricing

There are free 100 API generations each month, it should be enough for small applications.

You can also buy additional API generations, which does not have any use time limitations:
1000 generations: 5$ + tax
5000 generations: 15$ + tax
25000 generations: 50$ + tax
100000 generations: 100$ + tax

Thanks for reading!

Top comments (0)