---
title: "Create Style"
method: POST
path: "/api/v1/config/layers/library/styles"
tags: ["Layer Library"]
---

# Create Style

`POST /api/v1/config/layers/library/styles`

## Request body

- CreateStyleLibrary
  - `id` integer
  - `name` string, required
  - `style` object, required
  - `translation` object

## Response `200`

Successful Response

- StyleLibrary
  - `id` integer
  - `name` string, required
  - `style` object, required
  - `translation` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/plan4better/apis/goat.md) · [All operations](https://skmtc.net/plan4better/apis/goat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plan4better/goat/revisions/931df3e5ac48/schema)
