---
title: "Register a delivered L4 mosaic against an order (full mosaic contract)."
method: POST
path: "/v1/op/orders.admin.register_mosaic"
tags: ["kernel-ops"]
---

# Register a delivered L4 mosaic against an order (full mosaic contract).

`POST /v1/op/orders.admin.register_mosaic`

## Headers

- `x-api-key` string, nullable

## Request body

- RegisterMosaicInput
  - `order_id` string, required
  - `name` string, required
  - `stac_id` string, nullable
  - `geometry` object, nullable
  - `bbox` number[], nullable
  - `datetime` string, nullable
  - `start_datetime` string, nullable
  - `end_datetime` string, nullable
  - `mosaic_method` string, nullable
  - `data_asset` MosaicAsset
    - `href` string, required
    - `media_type` string
    - `roles` string[]
    - `title` string, nullable
    - `band_count` integer, nullable
    - `key` string, nullable
    - `web_href` string, nullable
    - `bundle_path` string, nullable
  - `data_assets` MosaicAsset[], nullable
    - `href` string, required
    - `media_type` string
    - `roles` string[]
    - `title` string, nullable
    - `band_count` integer, nullable
    - `key` string, nullable
    - `web_href` string, nullable
    - `bundle_path` string, nullable
  - `default_asset_key` string, nullable
  - `provenance_asset` MosaicAsset
    - `href` string, required
    - `media_type` string
    - `roles` string[]
    - `title` string, nullable
    - `band_count` integer, nullable
    - `key` string, nullable
    - `web_href` string, nullable
    - `bundle_path` string, nullable
  - `source_lookup` MosaicSourceScene[], nullable
    - `value` integer, required
    - `scene_id` string, required
    - `collection` string, nullable
    - `datetime` string, nullable
    - `href` string, nullable
  - `source_lookup_asset` MosaicAsset
    - `href` string, required
    - `media_type` string
    - `roles` string[]
    - `title` string, nullable
    - `band_count` integer, nullable
    - `key` string, nullable
    - `web_href` string, nullable
    - `bundle_path` string, nullable
  - `manifest_asset` MosaicAsset
    - `href` string, required
    - `media_type` string
    - `roles` string[]
    - `title` string, nullable
    - `band_count` integer, nullable
    - `key` string, nullable
    - `web_href` string, nullable
    - `bundle_path` string, nullable
  - `metadata_assets` MosaicAsset[], nullable
    - `href` string, required
    - `media_type` string
    - `roles` string[]
    - `title` string, nullable
    - `band_count` integer, nullable
    - `key` string, nullable
    - `web_href` string, nullable
    - `bundle_path` string, nullable
  - `source_collections` string[]
  - `properties` object
  - `aoi` string, nullable
  - `collection_title` string, nullable
  - `mark_fulfilled` boolean
  - `replace` boolean

## Response `200`

Successful Response

- RegisterMosaicOutput
  - `order_id` string, required
  - `collection_id` string, required
  - `item_id` string, required
  - `reused` boolean, 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)
