DEV Community

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

Posted on • Edited 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!

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay