---
title: "Place an archive imagery order (server-priced; credit/card/enterprise billed)."
method: POST
path: "/v1/orders/archive/place"
tags: ["resource-facade"]
---

# Place an archive imagery order (server-priced; credit/card/enterprise billed).

`POST /v1/orders/archive/place`

## Headers

- `x-api-key` string, nullable

## Request body

- ArchivePlaceInput
  - `captures` object[]
  - `projectId` string, nullable
  - `licenseType` string, nullable
  - `poId` string, nullable
  - `splitByDate` boolean, nullable
  - `displayName` string, nullable
  - `specialInstructions` string, nullable
  - `costCenter` string, nullable

## Response `200`

Successful Response

- ArchivePlaceOutput
  - `id` string, required
  - `projectId` string, nullable
  - `status` string, required
  - `orderType` string
  - `billingMode` string, required
  - `currency` string
  - `totalAud` number, required
  - `totalCredits` number, required
  - `groups` object[]

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
