Get Materials
Product Attributes
Get Materials
POST
Get Materials
Use this endpoint to search the BOM (Bill of Materials) material catalog. This returns the materials available for use in product compositions, including both default PIC materials and any MSI-linked custom materials.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.
Request body params
| Name | Type | Description |
|---|---|---|
textSearch | string | Search materials by name. |
ids | Array<string> | Filter by specific material IDs. |
from | number | [DEFAULT: 0] Pagination start index. |
size | number | [DEFAULT: 50] Number of results to return (max 50). |
sort | object | Sorting configuration { field: string, order: "asc" | "desc" }. |
Implementation Details
- Pagination: Maximum page size is capped at 50 results.
- Material types: Results include both default PIC materials and custom MSI materials that have been imported into your account.
Body
application/json

