---
title: "Add an alias to a brand"
method: POST
path: "/foods/brands/{brand_id}/aliases"
tags: ["food"]
---

# Add an alias to a brand

`POST /foods/brands/{brand_id}/aliases`

## Path parameters

- `brand_id` integer, required

## Request body

- CreateBrandAliasRequest
  - `alias` string, required
  - `confidence` number, nullable
  - `source` string

## Response `201`

created

- BrandAliasResponse
  - `alias` string
  - `alias_normalized` string
  - `brand_id` integer
  - `confidence` number, nullable
  - `created_time` string, date-time, nullable
  - `id` integer
  - `source` string, nullable

## Other responses

- `404` — brand not found
- `409` — alias already exists for this brand

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/5a99db4cbce3?raw)
