Getting Started
Overview
Last updated
Was this helpful?
Overview
Last updated
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.
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.
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:
Access the OpenAPI specification JSON file from our . This file contains detailed information on all of our API endpoints, request parameters, and response structures.