---
title: "Export assets as a downloadable archive"
method: POST
path: "/api/assets/export"
tags: ["assets"]
---

# Export assets as a downloadable archive

`POST /api/assets/export`

[cloud-only] Initiates a bulk export of assets. Returns a task ID for tracking progress via WebSocket. When complete, the export can be downloaded via the exports endpoint.

## Request body

- object
  - `asset_ids` string[], required — IDs of assets to export
  - `export_name` string — Name for the export archive

## Response `200`

Export initiated

- object
  - `task_id` string
  - `export_name` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/assets/export/post.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/2f69d843959c/schema)
