---
title: "Create Custom Background Noise"
method: POST
path: "/v1/custom-background-noises"
tags: ["Digital Humans"]
---

# Create Custom Background Noise

`POST /v1/custom-background-noises`

Register an already-uploaded noise. The path must live under the caller
org's upload prefix; the org is capped at MAX_CUSTOM_BACKGROUND_NOISES.

## Headers

- `X-API-Key` string, required

## Request body

- CreateCustomBackgroundNoiseRequest
  - `name` string, required
  - `storage_path` string, required

## Response `200`

Successful Response

- CustomBackgroundNoise
  - `id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `storage_path` string, required
  - `created_at` string, nullable
  - `created_by` string, nullable
  - `usage_count` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
