Skip to main content
POST
Replaces a target material’s entire layer stack. Send an array of layer objects, and they become the new stack for the target material.
integer
required
ID of the target material whose layers you are replacing
The request body is an array of layer objects. Each layer supports the fields below.
integer
required
Layer position within the stack
integer
ID of the parent target material
string
Chemical composition of the layer (e.g., BaTiO3)
object
Element counts or fractions that make up the layer
string
Crystallographic orientation of the layer
string
Space group of the layer
string
Materials Project ID for the layer material
integer
Explicit record ID for the layer

Response

Returns an empty response on success.