How long does it take to create a PDF?
On average, generating a PDF will take around 1-2 seconds. The time can vary significantly depending on what kind of call you're performing. HTML with no external dependencies is the fastest Using an HTML call that does not have any external dependencies such as images, CSS, or other assets that get fetched from the internet. Depending on how much content gets generated, the PDF will get generated extremely quickly and typically around 1 second. Using an external URL is the sloSome readersHow long does it take to create an image?
On average, generating a Image will take around 1-2 seconds. The time can vary significantly depending on what kind of call you're performing. HTML with no external dependencies is the fastest Using an HTML call that does not have any external dependencies such as images, CSS, or other assets that get fetched from the internet. Depending on how much content gets generated, the Image will get generated extremely quickly and typically around 1 second. Using an external URL is theSome readersWhat is an asset?
Assets are the primary resource on cloudlayer.io, generated either using an integration or the API. They may represent the generated contents of many types, such as an image, pdf, or any other document type generated.Few readersCan assets be generated synchronously?
Yes. We support generating assets synchronously and asynchronously. By default, all calls are asynchronous. If you want to perform a synchronous call, you can pass the following parameter async: false to any request. Check out our documentation for more information about Async & Sync based calls.Few readers