# FAQs

## Regional Availability

### Where is the API engine hosted?

Renda microservices are currently hosted in 3 regions spread across the world to offer you the lowest latency for your API calls.

* Ireland (Europe)
* North Virginia (America)
* Mumbai (Asia Pacific)

We have plans in the pipeline to expand to other regions very soon. Please drop us a line if you need the microservice hosted closer to a location near you. We will be happy to review your request and provide assistance.

## Trial Plan

### Do you offer any free plans?

Renda offers a generous 50 rendas for absolute free of costs each month which can be used towards API calls.&#x20;

## Billing Cycle

### When will I be charged?

We will charge the card in the file once a month if your consumption is over > 50 renda units based on a simple volumetric pricing slab.

## Rate card

{% hint style="info" %}
The prices below are effective from January 1, 2026.
{% endhint %}

| Renda Units          | Per Renda Cost         | Flat Fees |
| -------------------- | ---------------------- | --------- |
| 0 - 50               | £0.00                  | £0.00     |
| 51 - 10000           | £0.025                 | £30       |
| 10,001 - 100,000     | £0.01                  | £200      |
| 100,001 - 250,000    | £0.00                  | £1500     |
| 250,001 - 500,000    | £0.00                  | £2500     |
| Greater than 500,000 | Contact us for pricing |           |

## Renda Units

<table><thead><tr><th width="300">Microservice</th><th>Renda Unit Consumption</th></tr></thead><tbody><tr><td>HTML to PDF APIs</td><td>1 unit</td></tr><tr><td>PDF Transformation APIs</td><td>1 unit</td></tr><tr><td>Time Based Authentication APIs</td><td>2 unit</td></tr><tr><td>Communication (SMS) APIs</td><td>10 unit per 160 character SMS (0 - 50 Rendas)</td></tr><tr><td></td><td>4 unit per 160 character SMS (51 - 10000 Rendas)</td></tr><tr><td></td><td>2 unit per 160 character SMS (10001+ Rendas)</td></tr></tbody></table>

## Pricing Estimator

| Usage         | Calculation                                                        | Monthly Cost |
| ------------- | ------------------------------------------------------------------ | ------------ |
| 300 units     | Falls in the “0 – 50” band → £0.00 flat                            | £0.00        |
| 701 units     | Falls in the “51 – 10,000” band → (701 × £0.025) + £30             | £47.53       |
| 10,001 units  | Falls in the “10,001 – 100,000” band → (10,001 × £0.01) + £200     | £300.01      |
| 150,000 units | Falls in the “100,001 – 250,000” band (£0 per Renda + £1,500 flat) | £1,500.00    |
| 300,000 units | Falls in the “250,001 – 500,000” band (£0 per Renda + £2,500 flat) | £2,500.00    |

## Backend Infrastructure

Renda's backend infrastructure is powered by AWS Lambda.&#x20;

## Scalability

Renda's lambda powered infrastructure provides dynamic load scaling that seamlessly grows behind the scenes to accommodate and service large volume of API calls concurrently

## Subscription

### **How do I subscribe to Renda?**

* As part of the registration process Renda microservices can be subscribed by providing payment card details. Providing card details is a mandatory. This protects the platform from being abused. With its generous free tier, Renda will not bill you for the first 500 API call each month.&#x20;
* Alternatively, Renda can also be subscribed from the developer user dashboard.&#x20;

### How do I Cancel Subscription?

Log into developer user dashboard, navigate to 'Manage Billing' section and simply cancel.&#x20;

## Rate Limits

Renda employs a number of safety guards against burst of incoming traffic to maximize the platform's stability. Users who perform multiple APIs requests in quick successions may see error responses that show up as HTTP status code 429. All requests are throttled using token bucket algorithm where a token counts for a request.

### What is the current rate limit?

100 requests per second. If you need higher concurrency support, please raise a support ticket specifying a reason for the upgrade

## Font support&#x20;

### PDF transformation

Renda supports the following fonts for HTML to PDF transformation.&#x20;

* Arial
* Arial Black
* Avant Garde
* Comic Sans
* Courier New
* Georgia
* Helvetica
* Impact
* Kunstler
* Nanum Gothic
* Segoe
* Simhei
* Tahoma
* Times New Roman
* Verdana

If you need any other custom font support please raise a support ticket.

## PDF Rendering Engine

Renda uses headless Chromium engine to convert HTML/Text documents into PDF.

### Is there a payload limit?

Yes the payload limit is currently limited to \~6MB. You will encounter processing error once this limit is breached. Please write to <support@renda.io> if you need a higher payload limit.

## Consulting Services

### Do you offer custom built microservices?

Yes we do. Please write to us, we will be glad to work with you in bringing your ideas to life.

## Data Storage

Renda only stores metadata associated with your API request for billing purposes. We do not store your any application related data on our servers. As soon as the service request is fulfilled the application data is purged.

## Payments processing & Security

We use Stripe for subscription billing who employ world class security to save guard your card and personal details. Renda does not store your card or billing details.&#x20;

## Privacy Policy

[Full documentation available here](https://www.arch-global.com/privacy-policy/)

## Support

### How do I report issues?

Simply login into our ticketing system to raise tickets. Alternatively you are welcome to email us at <support@renda.io>

[Renda Helpdesk](http://helpdesk.renda.io/support/home)

### Feedbacks/feature requests?

Please email support at <support@renda.io> or raise a ticket at our helpdesk

[Renda Helpdesk](http://helpdesk.renda.io/support/home)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.renda.io/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
