# How are API calls billed?

API usage is billed by the amount of images **rendered** using [Render API](/api-reference/render-api.md).

`1 rendered image = 1 credit`

Credits are bought through a **monthly** or a **yearly** subscription. Subscriptions also remove watermarks that show on a FREE plan.

Check pricing options by visiting [this link](https://dynamicmockups.com/pricing/).

{% hint style="info" %}
API calls that result in an error will **not** consume a credit.
{% endhint %}

You can track the remaining credits in your [Subscription](https://app.dynamicmockups.com/subscription) page or the sidebar.

<figure><img src="/files/pAHSRo26tUocRS1nMOf3" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
You get 50 credits for FREE when you create an account.
{% endhint %}


---

# 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://docs.dynamicmockups.com/getting-started/how-are-api-calls-billed.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.
