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
      • SVG
      • Categories
    • 3D Assets
      • Edit 3D Assets
      • Categories
      • File too large
    • Orders
  • Integrations
    • WooCommerce
    • Shopify
    • 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
    • Web SDK
  • Other
    • Change Log
Powered by GitBook
On this page
  • Prerequisites
  • Step 1: Access the OpenAPI Specification
  • Step 2: Set Up Your Environment
  • Step 3: Make Your First API Call

Was this helpful?

  1. API Reference
  2. Open API

Getting Started

Overview

PreviousOpen APINextUser Authentication

Last updated 22 days ago

Was this helpful?

Welcome to the Simplio3D API! This guide will help you start using our API efficiently with the help of our OpenAPI specification JSON file.

Prerequisites

Before you begin, ensure you have:

  • An API key from Simplio3D. You can obtain one by registering on our .

  • Familiarity with JSON and RESTful APIs.

Step 1: Access the OpenAPI Specification

Step 2: Set Up Your Environment

  1. Choose a Programming Language: Use your preferred language's HTTP client libraries (e.g., Python requests, Axios for JavaScript, etc.).

Step 3: Make Your First API Call

  1. Authenticate: Include your API key in the header of each request:

    Authorization: Bearer YOUR_API_KEY

Access the OpenAPI specification JSON file from our . This file contains detailed information on all of our API endpoints, request parameters, and response structures.

API documentation page
developer portal
Generated API token