Skip to content

Media library

This is where the photos and videos you upload live, sorted into folders so you can drop them into any post.

Why use it

Upload a file once and reuse it as many times as you like. Folders keep everything tidy, so you can find the right image or clip in seconds.

Step by step

Upload a file

Open the Library and click the upload button. Pick a photo or video from your computer and it appears in your Library.

Sort it into a folder

Create a folder (for example "Logos" or "Summer campaign"), then move your files into it. This keeps similar items together.

Reuse it in a post

When you write a post in the composer, open the Library, choose the file you want, and it is added to your post.

TIP

Give folders clear names like the month or the campaign. Future-you will find things much faster.

Good to know

  • You can upload images and videos, and you can also pull a file in from a web address.
  • Each upload can be up to 50 MB.
  • Files live in your workspace, so your team can use them too.
For developers
  • GET /api/v1/files — list items (validated query)
  • POST /api/v1/files — upload (multipart, in-memory, max 50 MB, images/videos)
  • POST /api/v1/files/download — pull from a URL
  • POST /api/v1/files/folder — create folder
  • DELETE /api/v1/files — delete one or many
  • GET /api/v1/files/folders — flat folder list

Items are workspace-scoped and referenced by ID across posts and AI generations. Per-asset hard caps are set in the admin panel — see Storage.