---
title: "Run a registered analytics operation (zonal_stats / time_series / change_detection)."
method: POST
path: "/v1/op/analytics.execute"
tags: ["kernel-ops"]
---

# Run a registered analytics operation (zonal_stats / time_series / change_detection).

`POST /v1/op/analytics.execute`

## Headers

- `x-api-key` string, nullable

## Request body

- ExecuteRequest — Request to execute a registered analytics operation.
  - `operation` string, required — Name of the registered operation
  - `params` object, required — Operation-specific parameters

## Response `200`

Successful Response

- AnalyticsExecuteOutput

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