---
title: "Invoke Tasking Place"
method: POST
path: "/v1/op/orders.tasking.place"
tags: ["kernel"]
---

# Invoke Tasking Place

`POST /v1/op/orders.tasking.place`

Place a tasking order — a commercial-order money path, so it carries
Idempotency-Key parity (one order per key) with the legacy /v2/orders/tasking
route it replaces. 202 Accepted matches the legacy wire contract exactly.

Declared BEFORE the generic /op/{operation_id} route so FastAPI matches this
static path first.

## Headers

- `x-api-key` string, nullable

## Request body

- object, nullable

## Response `202`

Successful Response

- unknown

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