# Cloud API

- [Getting Started](https://doc.celantur.com/cloud-api/getting-started.md): How to get started with Celantur Cloud API
- [Concept](https://doc.celantur.com/cloud-api/concept.md): Understanding the concepts behind Celantur Cloud API
- [Authorization](https://doc.celantur.com/cloud-api/authorization.md): Authenticating with Celantur Cloud API
- [Examples](https://doc.celantur.com/cloud-api/examples.md): Examples to use Celantur Cloud API v2
- [API Endpoints](https://doc.celantur.com/cloud-api/api-endpoints.md): Celantur Cloud API v2 endpoints
- [Webhooks](https://doc.celantur.com/cloud-api/webhooks.md): Celantur Cloud API v2 uses webhooks to notify your application when a file has been processed.
- [v1 (deprecated)](https://doc.celantur.com/cloud-api/v1-deprecated.md)
- [Release Notes](https://doc.celantur.com/cloud-api/release-notes.md): Celantur Cloud API v2 Release Notes


---

# 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://doc.celantur.com/cloud-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.
