---
title: "Create a new material"
method: POST
path: "/materialgroups/{materialGroupId}/materials"
tags: ["Materials"]
---

# Create a new material

`POST /materialgroups/{materialGroupId}/materials`

## Path parameters

- `materialGroupId` string, required

## Request body

- MaterialCreateMaterialRequest
  - `name` string, required — The material name.
  - `metadata` object
  - `properties` MaterialMaterialProperties, required — The material properties.

## Response `201`

Material created successfully

- MaterialMaterialResponse
  - `id` string, required — The material unique identifier.
  - `materialGroupId` string, required — The material group unique identifier.
  - `name` string, required — The material name.
  - `createdAt` string, date-time, required — The time the material was created.
  - `modifiedAt` string, date-time, required — The time the material was modified.
  - `properties` MaterialMaterialProperties — The material properties.
  - `metadata` object

## Other responses

- `404` — Material group was not found

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
