Getting Started
Overview
Last updated
Overview
Welcome to the Simplio3D API! This guide will help you start using our API efficiently with the help of our OpenAPI specification JSON file.
Before you begin, ensure you have:
An API key from Simplio3D. You can obtain one by registering on our developer portal.

Familiarity with JSON and RESTful APIs.
Access the OpenAPI specification JSON file from our API documentation page. This file contains detailed information on all of our API endpoints, request parameters, and response structures.
Choose a Programming Language: Use your preferred language's HTTP client libraries (e.g., Python requests, Axios for JavaScript, etc.).
Authenticate: Include your API key in the header of each request:
Last updated
Authorization: Bearer YOUR_API_KEY