# Webhooks

### Register and manage your webhook endpoint![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)

#### User's account

From the user's account, in the "API Key" area, it is possible to create endpoints for webhooks.

{% embed url="<https://youtu.be/POhz_TAJSHU>" %}

#### API endpoint

With the API, you can [add an endpoint](https://developer.all-images.ai/all-images.ai-api/api-reference/api-keys-webhook#subscribe) for your API key.

### Generic data in webhook

All webhooks are structured by generic properties:

<pre class="language-json"><code class="lang-json">{
<strong>   "id": string,
</strong>   "api_version": number,
   "created": number,
<strong>   "type": string,
</strong>   "data": object,
}
</code></pre>
