---
title: "Create Area-Template Relation"
method: POST
path: "/v3/gfw/arearelations/templates"
tags: ["Area-Template Relations"]
---

# Create Area-Template Relation

`POST /v3/gfw/arearelations/templates`

Creates an area-template relation

## Request body

- object[]
  - `areaId` string, required
  - `templateId` string, required

## Response `201`

Example response

- object
  - `_id` string
  - `templateId` string
  - `areaId` string

## Other responses

- `401` — Error Response
- `404` — Error Response

---

[API](https://skmtc.net/wri/apis/fw-core.md) · [All operations](https://skmtc.net/wri/apis/fw-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wri/fw-core/versions/400d22a78fbd/schema)
