> For the complete documentation index, see [llms.txt](https://docs.voicemoat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voicemoat.com/media-studio.md).

# Media Studio

**In short:** Media Studio turns a post into a visual. It has a meme creator and a designed-image creator, plus a way for audenAI to generate custom visuals straight from your post. Creating media is on every paid plan.

Open it from the sidebar, or reach it from Studio's **Generate visuals** and **Make a meme** buttons.

### Two creators

#### Meme creator

Pick from a large, always-current set of meme templates (over a hundred, refreshed regularly), add your captions, and use it in a post. Caption edits re-render for free, and finished memes save to your Library automatically.

#### Image creator

Designed graphics, not AI-generated raster images. You choose:

* a **template** (10, including quote card, list card, stat card, cover slide, checklist, CTA card, and more),
* a **style** (editorial, tinted, or numeral),
* a **theme** (10) and a **size preset** (5),
* and optional fonts, a signature, and a background.

Make a single graphic or a **2 to 4 slide carousel**. Export a PNG (single) or a PDF (carousel). Restyling or editing text re-renders for free.

### Custom visuals from your post

audenAI can also read a finished post and propose visuals for it: a few validated designs drop into the Ask-audenAI panel, and "Use this" attaches one back to your post.

{% hint style="info" %}
Generating visuals is credit-metered: 3 credits for a single visual, 5 for a batch. If a generation fails, the credits are refunded. This same generator powers the visuals in Growth Autopilot.
{% endhint %}

### Who can use it

Creating media (memes, images, and generated visuals) is available on **every paid plan**: Creator, Pro, Enterprise, and the trial. Free plans cannot.

{% hint style="warning" %}
Creator can **create** media but **cannot post** media to a live post. Posting media (or threads) to Twitter needs Pro or above. So a Creator user might make a graphic and then post it manually, or upgrade to post it through VoiceMoat. See Scheduling.
{% endhint %}

### How carousels differ by platform

* On **Twitter**, a carousel is posted as a set of images (up to 4).
* On **LinkedIn**, a carousel becomes a swipeable **PDF document** post, which is how LinkedIn handles multi-slide content.

### Common questions

**Are the images AI-generated art?** No. The image creator makes clean designed graphics from templates (like a quote card or a stat card), which is what performs on these platforms. The meme creator uses real meme templates.

**Where do finished visuals go?** They auto-save to the Media tab of your Library, so you can reuse them.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.voicemoat.com/media-studio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
