---
title: "Create Export"
method: POST
path: "/api/v1/projects/{project_id}/exports"
tags: ["project-exports"]
---

# Create Export

`POST /api/v1/projects/{project_id}/exports`

## Path parameters

- `project_id` string, uuid, required

## Request body

- CreateProjectExportRequest
  - `mode` 'standard' | 'verified'

## Response `201`

Successful Response

- ProjectExport
  - `id` string, uuid, required
  - `project_id` string, uuid, nullable
  - `mode` 'standard' | 'verified', required
  - `status` 'pending' | 'running' | 'completed' | 'failed', required
  - `storage_path` string, nullable
  - `error` string, nullable
  - `created_at` string, date-time, required
  - `completed_at` string, date-time, nullable

## Other responses

- `4XX` — Client Error
- `5XX` — Server Error

---

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