---
title: "Site Characterization Feature Collection Post"
method: POST
path: "/reports/site_characterization/feature_collection"
tags: ["reports"]
---

# Site Characterization Feature Collection Post

`POST /reports/site_characterization/feature_collection`

Generate a site characterization report for a feature of an Earth Engine FeatureCollection

## Request body

- ReportSiteCharacterizationFeatureCollection
  - `feature_collection_asset_id` string — Earth Engine FeatureCollection asset ID
  - `sub_choices` string, nullable — Column attribute value.
  - `filter_by` string, nullable — Column attribute to use as filter.
  - `simplify_geometry` string, nullable — maxError in meters, see [ee.Feature.simplify](https://developers.google.com/earth-engine/apidocs/ee-feature-simplify)
  - `start_year` string — The start year of the reporting period.
  - `end_year` string — The end year of the reporting period.
  - `user_email` string — Valid email address
  - `site_name` string — Site name, no special characters allowed
  - `site_type` string, nullable — Site type, no special characters allowed
  - `site_description` string, nullable — Site description, no special characters allowed
  - `mask_landcover` string — Apply landcover mask: True or False
  - `mask_ownership` string — Apply land ownership mask. One of ['None', 'BIA', 'BLM', 'DOD', 'FWS', 'NPS', 'USFS']
  - `batch` union — Returns the link prior to processing the report if True
    - string
    - boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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