---
title: "Export Std Index Post"
method: POST
path: "/raster/export/standard_index"
tags: ["raster/export"]
---

# Export Std Index Post

`POST /raster/export/standard_index`

Export standard index

## Request body

- ExportStdIndex — Base Model for ExportStdIndex
  - `dataset` string — Dataset name
  - `distribution` string — Distribution name
  - `variable` string — Variable name
  - `forecast_model` string — Forecast model
  - `start_date` string, date — Start date
  - `end_date` string, date — Start date
  - `start_year` integer
  - `end_year` integer
  - `bounding_box` string, nullable — [SW Lon, SW Lat, NE Lon, NE Lat]
  - `map_mask` string, nullable
  - `export_path` string — Export path to Google Cloud Bucket
  - `export_projection` string, nullable
  - `export_resolution` string, nullable
  - `priority` integer, nullable — Export job priority (1-9999)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 29 revisions in range; 2 not diffed.

- **2026-09-04** `492a033e4e92` — 2 breaking, 1 info
  - the `end_date` request property format changed from no format to `date`
  - the `start_date` request property format changed from no format to `date`
  - added the new optional request property `forecast_model`

[Change history](https://skmtc.dev/climateengine/apis/climate-engine-api-v1-climate-engine-pro/changes/raster/export/standard_index/post.md)

---

[API](https://skmtc.dev/climateengine/apis/climate-engine-api-v1-climate-engine-pro.md) · [All operations](https://skmtc.dev/climateengine/apis/climate-engine-api-v1-climate-engine-pro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/climateengine/climate-engine-api-v1-climate-engine-pro/revisions/492a033e4e92/schema)
