# API

- [Datasaur APIs](https://docs.datasaur.ai/api/apis-docs.md)
- [Credentials](https://docs.datasaur.ai/api/credentials.md)
- [Create Project](https://docs.datasaur.ai/api/create-new-project.md)
- [New mutation (createProject)](https://docs.datasaur.ai/api/create-new-project/new-mutation-createproject.md)
- [Python Script Example](https://docs.datasaur.ai/api/create-new-project/python-script-example.md): An example script to create a project via API by utilizing Project Creation Wizard (PCW)
- [Adding Documents](https://docs.datasaur.ai/api/adding-documents.md)
- [Labeling](https://docs.datasaur.ai/api/labeling.md): This page provides an overview of label set APIs and how to use them.
- [Create Label Set](https://docs.datasaur.ai/api/labeling/create-label-set.md)
- [Add Label Sets into Existing Project](https://docs.datasaur.ai/api/labeling/add-label-sets-into-existing-project.md)
- [Get List of Label Sets in a Project](https://docs.datasaur.ai/api/labeling/get-list-of-label-sets-in-a-project.md)
- [Add Label Set Item into Project's Label Set](https://docs.datasaur.ai/api/labeling/add-label-item-into-projects-label-set.md)
- [Programmatic API Labeling](https://docs.datasaur.ai/api/labeling/programmatic-auto-labeling.md): This feature allows you to use an API to apply labels to multiple projects at once.
- [Inserting Span and Arrow Label into Document](https://docs.datasaur.ai/api/labeling/inserting-span-and-arrow-label-into-document.md)
- [Export Project](https://docs.datasaur.ai/api/export-project.md)
- [Custom Webhook](https://docs.datasaur.ai/api/export-project/custom-webhook.md)
- [Get Data](https://docs.datasaur.ai/api/get-data.md): Various query API examples
- [Get List of Projects](https://docs.datasaur.ai/api/get-data/get-list-of-projects.md)
- [Get Document Information](https://docs.datasaur.ai/api/get-data/get-document-information.md)
- [Get List of Tags](https://docs.datasaur.ai/api/get-data/get-list-of-tags.md)
- [Get Cabinet](https://docs.datasaur.ai/api/get-data/get-cabinet.md): Get one cabinet information
- [Export Team Overview](https://docs.datasaur.ai/api/get-data/export-team-overview.md)
- [Check Job](https://docs.datasaur.ai/api/get-data/check-job.md)
- [Custom OCR](https://docs.datasaur.ai/api/custom-ocr.md)
- [Importable Format](https://docs.datasaur.ai/api/custom-ocr/importable-format.md)
- [Custom ASR](https://docs.datasaur.ai/api/custom-asr.md)
- [Run ML-Assisted Labeling](https://docs.datasaur.ai/api/run-ml-assisted-labeling.md)


---

# 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.datasaur.ai/api.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.
