---
title: "Create a custom emoji"
method: POST
path: "/api/v4/emoji"
tags: ["emoji"]
---

# Create a custom emoji

`POST /api/v4/emoji`

Create a custom emoji for the team.
##### Permissions
Must be authenticated.

## Request body

- object
  - `image` string, binary, required — A file to be uploaded
  - `emoji` string, required — A JSON object containing a `name` field with the name of the emoji and a `creator_id` field with the id of the authenticated user.

## Response `201`

Emoji creation successful

- 38cb7293Emoji
  - `id` string — The ID of the emoji
  - `creator_id` string — The ID of the user that made the emoji
  - `name` string — The name of the emoji
  - `create_at` integer — The time in milliseconds the emoji was made
  - `update_at` integer — The time in milliseconds the emoji was last updated
  - `delete_at` integer — The time in milliseconds the emoji was deleted

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions
- `413` — Content too large
- `501` — Feature is disabled

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
