Alt Text Studio · Documentation

How to export your library to CSV

Bulk-export selected images and chosen columns to a CSV.

CSV is the most flexible export format. Open it in Excel, Google Sheets, or pipe it into a script. You pick which rows and which columns to include.

1

Open the Export menu in My Library

On My Library, click the Export As button at the top right of the table. A dropdown lists CSV, HTML, JSON, and Plain Text formats. Pick CSV.

2

Select the rows you want to export

Tick the checkbox on each row you want, or use the header checkbox to select every row matching your current search and filters (selection works across pages, not just the visible page). To export your entire library, clear all filters and search first, then click the header checkbox.

3

Pick which optional columns to include

Every export always includes:

  • image_name — your label for the image
  • image_url — the source URL (uploads show YOUR_IMAGE_URL_HERE so you can swap in your final hosted URL)
  • source_typeURL or Upload
  • One alt_text_xx column per language in your library (alt_text_en, alt_text_es, etc.)
  • created_at — ISO 8601 timestamp

You can opt in to additional columns:

  • text_length — Normal or Detailed
  • brand, product, primary_color, secondary_color
  • seo_keywords, negative_keywords (pipe-separated values)
  • custom_prompt
4

Click Export to download or email

Small exports download immediately as a .csv file. If you have more than 500 items selected, the export panel switches to email mode: the action button becomes Email File and a Send export to input pre-fills with your account email (you can change it). The file arrives as an attachment from no-reply@alttextstudio.com (check spam if it doesn't show up). Rate limit: 5 export emails per 10 minutes.

Sample exported CSV (with `brand` and `product` opted in)
image_nameimage_urlsource_typealt_text_enalt_text_esbrandproductcreated_at
headphones-producthttps://alttextstudio.com/images/examples/headphones-product.webpURLBlack over-ear wireless headphones on a wooden deskAuriculares inalámbricos negros sobre un escritorio de maderaSonyWH-1000XM52026-04-12T18:42:11+00:00
amber-soy-candlehttps://alttextstudio.com/images/examples/candle-product.webpURLSoy candle in an amber glass jar with a lit wickVela de soja en frasco ámbar con mecha encendida2026-04-12T18:43:04+00:00
If your library has translations, each language gets its own column (alt_text_en, alt_text_es, etc.). Empty cells appear where a row has no translation for that language.

Related guides