---
title: "CSV import & export"
description: "Move links in and out in bulk. Pro and up."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.in.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# CSV import & export

Available on Pro (up to 1,000 rows per import) and Business (20,000).

## Import

**Links → Import CSV.** The file needs a header row; only `destination_url`
is required:

| Column | Notes |
|---|---|
| `destination_url` | Required. `url` also accepted |
| `slug` | Optional custom slug; must be free |
| `title`, `description` | Optional |
| `folder` | Folder name — created if it doesn't exist |
| `tags` | Pipe-separated: `social\|q3` |
| `redirect_type` | `301`, `302`, or `307` |

Imports run in the background — a progress bar tracks them and you get a
notification when done. **Rows fail independently**: one bad URL doesn't sink
the batch, and the summary lists exactly which rows failed and why. Imports
also respect your monthly link quota and are rejected up front if the file
exceeds what's remaining.

## Export

- **Links → Export CSV** — every link with slug, destination, status,
  folder, tags, redirect type, clicks, and dates.
- **Analytics → Export CSV** — the daily series and breakdowns for any date
  range.
- **Settings → Preferences → Export personal data** — a JSON export of your
  profile, links, folders, tags, and templates.

Source: https://docs.in.bio/guides/csv-import-export/index.mdx
