# Credits

When a request is successful, the credits get deducted from your monthly balance. If the request is not successful you are not charged

| Request                                                                                                    | Credits |
| ---------------------------------------------------------------------------------------------------------- | ------- |
| [Create Content](/quick-start/podcasts/create-podcast-episode.md#step-1-create-content-request)            | 10      |
| [Create Infographic](/quick-start/infographics/from-text.md)                                               | 10      |
| [Create Briefing Document](/quick-start/documents/create-document.md)                                      | 10      |
| [Create Slide Deck](/quick-start/slide-decks/from-text.md)                                                 | 30      |
| [Create Podcast with custom script](/quick-start/podcasts/from-custom-script.md)                           | 200     |
| [Create Podcast with custom voices](/quick-start/tools/clone-voice.md)                                     | 210     |
| [Modify existing Podcast](/quick-start/podcasts/modify-podcast-episode.md)                                 | 200     |
| [Get Transcript](/quick-start/tools/transcribe-audio.md)                                                   | 30      |
| [Create Short](/quick-start/video-shorts/create-video-short.md)                                            | 400     |
| [Separate Speakers Voices](/quick-start/tools/separate-speakers-audio.md)                                  | 200     |
| [Create Avatar](/quick-start/video-shorts/create-video-short.md#step-1-get-available-avatars)              | 200     |
| [Create Explainer Video (`explainer` or `brief`)](/quick-start/explainer-videos/create-explainer-video.md) | 50      |
| [Create Explainer Video (`cinematic`)](/quick-start/explainer-videos/create-explainer-video.md)            | 100     |

The rest of the requests are free of charge.

Any remaining credits at the end of the month are not carried over to the next month.


---

# 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.autocontentapi.com/credits.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.
