Saved Captions & AI tools
Your caption library keeps your favourite post text ready to reuse, and the AI tools in the composer help you write and clean it up in one click.
Why use it
Stop retyping the same hooks, calls to action, and hashtag bundles for every post. Save them once, reuse them anytime, and let the AI draft or improve text when you are stuck.
Step by step
Save a caption to reuse later
Type the text you want to keep in the post box. Open the More tools menu, click Save Caption, give it a short name, and save. It is now in your caption library.
Insert a saved caption
In the composer, click the Get caption button to open your saved captions. Use the search box to find one, then click it. Its text drops straight into the post box.
Generate a caption from a short idea
Type a short idea into the post box (for example, "summer sale, 20% off"). Click Generate. The AI writes a full caption for you in a moment.
Polish it with More tools
Open the More tools menu and pick what you need: Suggest hashtags, Shorten caption, Improve caption, Shorten links, or run a Brand safety check. Each one updates your text in place.
TIP
Run the Brand safety check before you publish important posts. It reviews your caption and flags anything that could be risky or off-brand.
Good to know
- A saved caption is just text. Inserting one adds its words to your post box, where you can still edit them freely.
- The AI tools work on whatever text is in the post box right now, so write or paste something first.
- Shorten links swaps long web addresses for short, tidy ones and tells you how many it changed.
Related
For developers
Saved captions are stored per user/team and inserted as plain text into the caption field (no server-side merging). The composer AI tools call POST /ai-generate/text (Generate), POST /ai/brand-safety/check (Brand safety check), and the suggestion endpoint with action: "hashtags" | "shorten" | "improve"; link shortening runs client-side via the auto-shorten helper.