> For the complete documentation index, see [llms.txt](https://napoveda.click4survey.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://napoveda.click4survey.cz/muj-ucet/integrace/api-and-webhooky.md).

# API & Webhooky

Na této stránce můžete nastavit přístup ke Click4Survey API a dále specifikovat Webhooky pro ještě bližší propojení Click4Survey s Vašimi aplikacemi.

{% hint style="info" %}

### Co je to API?

API neboli Application Programming Interface **slouží pro komunikaci dvou nebo více systémů**. V kontextu propojování informačních systémů nebo webových aplikací se používá pro standardizovanou komunikaci mezi dvěma systémy.
{% endhint %}

{% hint style="info" %}

### Co jsou to Webhooky?

Webhooky jsou zpětná volání (callbacky) protokolu HTTP. Protože webhooky umí na základě určité události provést konkrétní akci, tak se hodí, **když chcete, aby platforma Click4Survey posílala oznámení do vaší aplikace hned, jakmile se v Click4Survey něco stane**. Typickým příkladem webhooku je oznámení o vyplnění dotazníku respondentem.
{% endhint %}

<figure><img src="/files/hZrTJtYrXcFAKhVXlwKE" alt=""><figcaption><p>Nastavení integrace API &#x26; Webhooky</p></figcaption></figure>

### Přístup k API

V této části stránky si můžete vygenerovat a zkopírovat API Token pro přístup k API v Click4Survey.

{% hint style="info" %}
Dokumentaci k API naleznete na adrese [https://api-docs.click4survey.com](https://api-docs.click4survey.com/).
{% endhint %}

### Webhooky

V této části stránky můžete nastavit adresy Vašich webhooků/stránek, které budou zpracovávat volání z Click4Survey. Více informací k jednotlivým webhookům najdete v [naší dokumentaci](https://api-docs.click4survey.com/webhooky).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://napoveda.click4survey.cz/muj-ucet/integrace/api-and-webhooky.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
