---
title: "Cross-collection STAC search (CQL2-JSON / bbox / intersects), org-scoped."
method: POST
path: "/v1/op/stac.search"
tags: ["kernel-ops"]
---

# Cross-collection STAC search (CQL2-JSON / bbox / intersects), org-scoped.

`POST /v1/op/stac.search`

## Headers

- `x-api-key` string, nullable

## Request body

- SearchInput — Subset of provider's `POST /assets/stac/search` body schema, plus base_url.
  - `base_url` string
  - `collections` string[], nullable
  - `ids` string[], nullable
  - `datetime` string, nullable
  - `sortby` SortClause[], nullable
    - `field` string, required
    - `direction` string
  - `limit` integer
  - `page` integer
  - `filter` object, nullable
  - `filter-lang` string, nullable
  - `bbox` number[], nullable
  - `intersects` 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)
