# Welcome

The Infraon Infinity API enables external applications and web services to interact with Infraon Infinity operations. This API offers a convenient way to submit requests directly into Infraon Infinity without needing to log into the application, streamlining the process of creating and managing configurations and features.

This document defines the <kbd>**REST API**</kbd> for modules.

REST API uses the basic User ID and Password authentication. The username and password must be available in the Infraon setup.

<kbd>**Authorization: Token**</kbd>

REST API expects the input payload in the form of JSON.

**content-type:** <kbd>application/json</kbd>

## What You Can Do with the Infraon Infinity API

Unlock powerful capabilities and streamline IT operations with the Infraon Infinity API. Here's what you can achieve:

<figure><img src="https://1610079719-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzQfqLOqDWfkApK7YXpGX%2Fuploads%2Fss2Lmxny8wA5iDqQ5YsZ%2Fitems%204.svg?alt=media&#x26;token=d4cfc407-f47a-4d16-8545-b3edea9e9da6" alt=""><figcaption></figcaption></figure>

🛠️ **Automate Incident Management**\
Programmatically create, update, and track incidents without logging into the UI.

🎟️ **Manage Service Requests Effortlessly**\
Submit and modify service requests, assign responsibilities, and handle request statuses directly through API calls.

📂 **Upload and Retrieve Attachments**\
Attach files to incidents and requests and fetch associated documents securely.

🔐 **Implement Secure Authentication**\
Authenticate using API keys or tokens to ensure safe, authorized access to your organization's data.

🔍 **Query and Filter Data**\
Retrieve incident or request records with advanced filters—like status, date range, or priority—for seamless dashboard integration.

🧩 **Integrate with Third-Party Tools**\
Connect Infraon Infinity with other ITSM systems, automation platforms, or internal tools to enable end-to-end workflows.

📈 **Build Custom Dashboards or Reports**\
Use the API to extract actionable data and build tailored analytics for better visibility and decision-making.

And more......

## Purpose

The purpose of this API documentation is to provide comprehensive guidelines for developers and integrators to interact. It outlines the API endpoints, request and response formats, authentication mechanisms, and sample payloads.

## Jump right in!

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Schema</td><td><a href="https://1610079719-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzQfqLOqDWfkApK7YXpGX%2Fuploads%2FK8opRqHLAKWWrqcWW6yN%2F79642258_Blue%20Gradient%20Background.jpg?alt=media&#x26;token=f6663803-b255-4172-b21e-2693d7f4d5a6">79642258_Blue Gradient Background.jpg</a></td><td><a href="modules/schema">schema</a></td></tr><tr><td>Authorization</td><td><a href="https://1610079719-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzQfqLOqDWfkApK7YXpGX%2Fuploads%2FK8opRqHLAKWWrqcWW6yN%2F79642258_Blue%20Gradient%20Background.jpg?alt=media&#x26;token=f6663803-b255-4172-b21e-2693d7f4d5a6">79642258_Blue Gradient Background.jpg</a></td><td><a href="welcome/authorization">authorization</a></td></tr><tr><td>Incident Management</td><td><a href="https://1610079719-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzQfqLOqDWfkApK7YXpGX%2Fuploads%2FK8opRqHLAKWWrqcWW6yN%2F79642258_Blue%20Gradient%20Background.jpg?alt=media&#x26;token=f6663803-b255-4172-b21e-2693d7f4d5a6">79642258_Blue Gradient Background.jpg</a></td><td><a href="modules/incident">incident</a></td></tr></tbody></table>


---

# 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.infraon.io/infraon-infinity-api-guide/welcome.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.
