# REST API overview

### Introduction

This document provides a high-level introduction to the REST API offered by Symboticware.

Our REST API allows you to interact with our platform programmatically, enabling seamless integration of our services into your applications.

### Key Features

Our REST API provides a flexible and powerful way to interact with Symboticware's platform. Whether you need to retrieve sensor data, manage assets, or perform data analysis, our API has you covered.&#x20;

### API Endpoints

The API offers the following endpoints:

* **OAuth2**: Obtain OAuth2 tokens for authentication.
* **Assets**: Retrieve information about assets and manage asset details.
* **Data Feeds**: Access readings from data feeds, enabling real-time data analysis.

### Security

Our API endpoints are secured using OAuth2 bearer token authentication, ensuring secure access to your data.

### Versioning

The current version of our API is 1.0. We may release updates and new versions in the future to introduce additional features and enhancements.

### Getting Started

To get started with our REST API, refer to the detailed documentation for each endpoint. You will need to obtain authentication credentials to access protected endpoints. Once authenticated, you can start making requests to retrieve data and manage assets.

### Support

If you have any questions, encounter issues, or require assistance with our API, please reach out to our support team. We are here to help you integrate our services seamlessly into your applications.

### Start exploring our API endpoints and unlock the full potential of your data-driven applications.


---

# 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.4-sight.ai/4-sight-api/rest-api-overview.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.
