> For the complete documentation index, see [llms.txt](https://talque.gitbook.io/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://talque.gitbook.io/public/webhooks/general.md).

# General

Webhooks allow you to upload data to talque, usually in response to some external event. Unlike the (readonly) [JSON API](/public/json-api/general.md), all webhooks require authentication which is sent as part of the HTTP headers. The payload is always JSON-encoded and sent as the body of a HTTP POST request.
