# API Documentation

<figure><picture><source srcset="https://angohub-docs-assets.s3.eu-central-1.amazonaws.com/cover/api_banner_dark.png" media="(prefers-color-scheme: dark)"><img src="https://angohub-docs-assets.s3.eu-central-1.amazonaws.com/cover/api_banner.png" alt=""></picture><figcaption></figcaption></figure>

The Ango Hub API provides programmatic access to the platform’s core functionality, allowing developers to integrate data annotation workflows directly into their own systems and pipelines.

Using the API, you can automate tasks such as project creation, asset management, label import and export, workflow operations, and user management without relying solely on the web interface.

This section documents the available API endpoints, their parameters, and expected responses. Each endpoint description includes request formats, required fields, and example usage to help you quickly integrate with 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.imerit.net/api/docs.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.
