---
title: "Search a commercial-imagery host's catalog (STAC, price-enriched)."
method: POST
path: "/v1/catalog/search"
tags: ["resource-facade"]
---

# Search a commercial-imagery host's catalog (STAC, price-enriched).

`POST /v1/catalog/search`

## Headers

- `x-api-key` string, nullable

## Request body

- CatalogSearchInput
  - `collections` string[], nullable
  - `ids` string[], nullable
  - `datetime` string, nullable
  - `limit` integer
  - `query` object, nullable
  - `bbox` number[], nullable
  - `intersects` object, nullable
  - `full_catalog` boolean, nullable
  - `host_name` string, required
  - `next` string, nullable

## Response `200`

Successful Response

- CatalogSearchOutput

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