Skip to main content
GET
/
base-materials
cURL
curl --request GET \
  --url https://api-v2.production.higg.org/msi-api/v1/base-materials \
  --header 'x-api-key: <api-key>' \
  --header 'x-developer-request-token: <api-key>'
[
  {
    "baseMaterialName": "<string>",
    "category": "<string>",
    "_id": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developer.worldly.io/llms.txt

Use this file to discover all available pages before exploring further.

Base materials in the MSI are also known as example materials. These example materials use defaults for all processes and stages. Use this endpoint to get a list of all the base materials and their corresponding IDs.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Response

200 - application/json

Ok

baseMaterialName
string
required
category
string
required
_id
string
required