---
title: "Save a reusable tasking acquisition template for the caller's organization."
method: POST
path: "/v1/orders/tasking/templates/save"
tags: ["resource-facade"]
---

# Save a reusable tasking acquisition template for the caller's organization.

`POST /v1/orders/tasking/templates/save`

## Headers

- `x-api-key` string, nullable

## Request body

- TemplateSaveInput
  - `name` string, required
  - `description` string, nullable
  - `capture_asap` boolean
  - `resolution` string, required
  - `sensor` string, required
  - `capture_frequency` string, required
  - `datum` string, required
  - `file_format` string, required
  - `has_control` boolean
  - `max_cloud_coverage` integer
  - `max_nadir_angle` integer

## Response `200`

Successful Response

- TemplateSaveOutput
  - `id` string, required
  - `name` string, required

## 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)
