---
title: "Create Label"
method: POST
path: "/api/{account}/posts/labels"
tags: ["Post Labels"]
---

# Create Label

`POST /api/{account}/posts/labels`

Create a new post label.

## Request body

- object
  - `name` string, required — The name of your new label

## Response `200`

Success

- object
  - `data` object
    - `id` integer
    - `name` string
    - `type` string
    - `isClearInProgress` boolean
    - `postsCount` integer
    - `posts` unknown[]
      - unknown
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
