Printago API
POST
/v1/materials/{id}/profiles
Assign profile to material
Link a slicing profile to a material for automatic profile selection
Path Parameters
id
required
string
Material ID
Request Body
Profile assignment data
RequestBody
value
object
Response Schema
Response
value
object[]
Example Response
201 OK — application/json
[
{
"modelId": "string",
"nozzleDiameter": "string",
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.560Z",
"updatedAt": "2026-08-24T03:58:55.560Z"
}
]