---
title: "Create App Badge"
method: POST
path: "/badges/"
---

# Create App Badge

`POST /badges/`

Create a new badge inside an app that can be awarded to users later

## Request body

- object
  - `client_id` string, required — Client ID of the app to create the badge in
  - `name` string, required — Name of the new badge
  - `description` string — Description of the new badge
  - `file` string, binary, required — Image representation of the new badge

## Response `201`

201

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
