Simplio3D
HomeHelp Center
  • INTRODUCTION
  • GETTING STARTED
    • Create an account
    • Prepare 3D models
  • LEARNING THE APP
    • Dashboard
    • My Account
    • Products
      • New Product
      • Select Layout
      • Add 3D Models
        • 3D Model versions
      • Create Options
        • Default
        • Sections
        • Dropdown
        • Material
        • Checkbox
        • Toggle
        • Thumbnails
        • Arrows
        • Upload
        • Text
        • Numeral
          • Sizing: Keep the proportions
        • Restrictions
          • 'Has one or more variants selected from' type of restriction
          • 'The variant value is between min and max' type of restriction
      • Pricing
        • Pricing formula
        • Variables
        • Add price
      • Add form
        • Add Field
        • Email Settings
          • Gmail
          • Sendgrid
      • Share
      • Product Viewer
    • Materials
      • New Materials
      • Textures
      • Categories
    • 3D Assets
      • Edit 3D Assets
      • Categories
      • File too large
    • Orders
  • Integrations
    • API Documentation
  • API Reference
    • Partner API
      • Managing Orders
    • Open API
      • Getting Started
      • User Authentication
      • 3D Assets
      • Configurators
      • Contact Form
        • Form Fields
        • Forms
      • Options
        • Options
        • Option Variations
        • Option Restrictions
      • Price Groups
      • Share
      • Materials
        • Materials
        • Material Categories
      • Textures
        • Textures
        • Texture Categories
      • Orders
  • Other
    • Change Log
Powered by GitBook
On this page

Was this helpful?

  1. API Reference
  2. Open API

Materials

Materials API Endpoints

Simplio3D Materials API Endpoints Overview

The Simplio3D Materials API provides several endpoints to interact with material data for 3D models. Below is a summary of the available endpoints:

  • GET /materials: Fetch a list of all available materials in the database.

  • GET /materials/{id}: Retrieve details of a specific material by its ID.

  • [Dashboard API] POST /materials: Add a new material to the repository. Requires material details in JSON format.

  • [Dashboard API] PUT /materials/{id}: Update the details of an existing material identified by its ID. Requires updated material data in JSON format.

  • [Dashboard API] DELETE /materials/{id}: Remove a material from the system by its ID.

These endpoints simplify the management of 3D materials in applications, ensuring seamless integration and customization.

PreviousShareNextMaterials

Last updated 9 days ago

Was this helpful?