---
title: "Notify Changelog Endpoint"
method: POST
path: "/api/v1/public/changelog/notify"
tags: ["public"]
---

# Notify Changelog Endpoint

`POST /api/v1/public/changelog/notify`

## Headers

- `x-api-key` string, nullable

## Request body

- ChangelogNotifyRequest — Optional MDX payload so CI can notify without shipping files in the API image.
  - `mdx` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/versions/2e4355d35497/schema)
