---
title: "Migrate all projects, tasks etc. from trello"
method: POST
path: "/migration/trello/migrate"
tags: ["migration"]
---

# Migrate all projects, tasks etc. from trello

`POST /migration/trello/migrate`

Migrates all projects, tasks, notes, reminders, subtasks and files from trello to vikunja.

## Request body

- TrelloMigration
  - `code` string

## Response `200`

A message telling you everything was migrated successfully.

- ModelsMessage
  - `message` string — A standard message.

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/go-vikunja/apis/vikunja-api.md) · [All operations](https://skmtc.net/go-vikunja/apis/vikunja-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/go-vikunja/vikunja-api/revisions/feb3f68bbdf1/schema)
