---
title: "Notify Video Status"
method: POST
path: "/api/v1/videos/{video_uuid}/notify"
tags: ["Videos"]
---

# Notify Video Status

`POST /api/v1/videos/{video_uuid}/notify`

Trigger webhooks for video processing completion or failure.

When VIDEO_ENDPOINTS_LIVE is False, returns a preview response without triggering webhooks.

## Path parameters

- `video_uuid` string, required

## Headers

- `x-api-key` string, required — Required API key issued by Preciser.
- `League` string, required — Required tenant/database selector, for example pitchbio-master.

## Request body

- VideoNotifyRequest — Request schema for triggering video completion webhooks.
  - `status` 'completed' | 'failed', required — Video processing status
  - `message` string, nullable — Additional message (e.g., error details for failed status)

## Response `200`

Successful Response

- VideoNotifyResponse — Response schema for video notify endpoint.
  - `success` boolean, required — Whether the operation was successful
  - `message` string, required — Status message
  - `webhooks_triggered` integer, required — Number of webhook deliveries initiated

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `9b0abde08b06` — 4 breaking, 2 info
  - the `header` request parameter `League` became required
  - the `header` request parameter `x-api-key` became required
  - `header` request parameter `League` list-of-types was narrowed by removing types `null`
  - `header` request parameter `x-api-key` list-of-types was narrowed by removing types `null`
  - …2 more

[Change history](https://skmtc.dev/preciser/apis/preciser-data-management-api/changes/api/v1/videos/:video_uuid/notify/post.md)

---

[API](https://skmtc.dev/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.dev/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/revisions/9b0abde08b06/schema)
