---
title: "Search Endpoint"
method: POST
path: "/assets/stac/search"
tags: ["stac"]
---

# Search Endpoint

`POST /assets/stac/search`

Projection of stac.search — cross-collection STAC item search (CQL2-JSON /
bbox / intersects), org-scoped. All validation (filter-lang, bbox/intersects
exclusivity + shape, the 999-vertex cap), the org-scope 403 gate, the PostGIS
spatial RPC, and the row->Feature shaping live in the op; the route only forwards
the request body and the link base_url (formerly read off the Request).

## Headers

- `x-api-key` string, nullable

## Request body

- object, nullable

## Response `200`

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)
