---
title: "POST /v2/floorplans/{plan_id}/exports/"
method: POST
path: "/v2/floorplans/{plan_id}/exports/"
tags: ["Floorplans"]
---

# POST /v2/floorplans/{plan_id}/exports/

`POST /v2/floorplans/{plan_id}/exports/`

PlanExportListCreateView operations.

## Request body

- PlanExport
  - `id` integer
  - `status` 'complete' | 'created' | 'error' | 'fetching' | 'processing' | 'timeout' | 'uploading'
  - `options` object
  - `content_type` string
  - `started_processing_at` string, date-time, nullable
  - `completed_processing_at` string, date-time, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `exported_object_key` string
  - `exported_object_url` string, uri

## Response `201`

Created

- OptionalPlanExportSerializer
  - `id` integer
  - `status` 'complete' | 'created' | 'error' | 'fetching' | 'processing' | 'timeout' | 'uploading'
  - `options` object
  - `content_type` string
  - `started_processing_at` string, date-time, nullable
  - `completed_processing_at` string, date-time, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `exported_object_key` string
  - `exported_object_url` string, uri

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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