> For the complete documentation index, see [llms.txt](https://docs.millpont.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.millpont.com/meti-api-documents/introduction.md).

# Introduction

Welcome to the METI API Documentation. This guide is designed to help you integrate with METI's cutting-edge geospatial infrastructure for managing and monitoring environmental assets. The METI API enables seamless interaction with our platform, offering tools to create, retrieve, and manage SSID data with precision and security.

## What You Can Do with the METI API

* **Register Sources**: Upload and manage geospatial and temporal data representing environmental assets.
* **Retrieve Data**: Access detailed information on registered SSIDs.
* **Conflict Management**: Ensure data integrity and resolve conflicts in a transparent - but confidential - system.
* **Scalable Interactions**: Build integrations that support automated workflows and real-time analytics.

## Key Features

* **RESTful Design**: Simple and intuitive endpoints using REST principles.
* **GeoJSON Support**: Native support for GeoJSON data formats for spatial features.
* **Secure Authentication**: Token-based authentication to ensure secure API access.
* **Transparent Data Management**: Tools for tracking and validating geospatial data integrity.

## Base URL

All requests to the METI API should start with:

```http
 
https://api.millpont.com

```

## How to Use This Documentation

* Start with **Authentication** to learn how to obtain a token and authenticate your requests.
* Explore the **Endpoints** section for detailed API operations, including request and response examples.
* Refer to **Error Handling** for common issues and their solutions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.millpont.com/meti-api-documents/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
