# API Documentation

Daxium-Air provides a comprehensive **REST API** for developers who need to build custom integrations or automate workflows programmatically.

## What you can do

* **Read** submissions, structures and user data
* **Create and update** submissions programmatically
* **Search** submissions with advanced filters
* **Manage** users and groups
* **Generate** reports on demand

## Authentication

The API uses **token-based authentication**. You will need an API key generated from your Daxium-Air back-office.

## Getting started

1. Generate an **API key** in Administration > API
2. Use the base URL provided by your administrator
3. Include the API key in the `Authorization` header of your requests
4. Refer to the API reference for available endpoints

{% hint style="info" %}
The full API reference is available in the **API Reference** section of this documentation site.
{% endhint %}


---

# 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://www.center.daxium-air.com/user-documentation/connect/api-documentation.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.
