---
title: "Register webhook"
method: POST
path: "/content/Webhook"
tags: ["Content"]
---

# Register webhook

`POST /content/Webhook`

Register an HTTPS webhook URL for terminal request notifications. Callbacks are sent for both successes and failures; failure callbacks include `error_code` and `error_message`.

## Request body

- object
  - `url` string, uri, required — Webhook URL to register

## Response `200`

Webhook registered

- object
  - `id` string — Webhook ID
  - `url` string — Registered webhook URL

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
