# Getting Started

## Overview

Celantur Cloud API lets you **anonymize images fully automated with simple REST API calls.**&#x20;

Read the [concept](https://doc.celantur.com/cloud-api/concept) and [API endpoints](https://doc.celantur.com/cloud-api/api-endpoints) page for a technical deep dive.

**API URL:** `https://api.celantur.com/v2/`

## Access and Authorization

Sign up to app.celantur.com, and [use these credentials to access the Cloud API](https://doc.celantur.com/cloud-api/authorization).

## Send Requests

Implement [API endpoints](https://doc.celantur.com/cloud-api/api-endpoints), or use our [ready-to-use Python script](https://doc.celantur.com/examples#ready-to-use-sample-script).


---

# 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/getting-started.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.
