# Open API

## Documentation Overview

The Simplio3D Open API provides a robust and scalable way to access and integrate 3D configuration and customization capabilities into your applications. With this API, developers can easily create seamless, interactive 3D product configurations.

### Core Features

* **3D Model Configuration**: Adjust product features dynamically using simple API calls.
* **Real-time Visualization**: Render changes to 3D models instantly on your platform.
* **3D Product Library**: Access a wide array of 3D models.

### Getting Started

To begin using the Simplio3D Open API, you need to:

1. **Sign Up**: Create an account on the Simplio3D portal.
2. **API Token**: Obtain your unique API key for authentication.
3. **Documentation**: Refer to detailed API documentation for integration guidelines and endpoints.

Explore the official documentation to delve deeper into specific endpoints, parameters, and use cases to make the most out of the API.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simplio3d.com/api-reference/open-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
