---
title: "Create Bundle"
method: POST
path: "/api/{account}/bundles"
tags: ["Subscription Bundles"]
---

# Create Bundle

`POST /api/{account}/bundles`

Create a new bundle for the account.

## Query parameters

- `discount` 0 | 5 | 10 | 15 | 20 | 25 | 30 | 35 | 40 | 45 | 50, required — The bundle's discount percentage.
- `duration` 3 | 6 | 12, required — The bundle's duration in months.

## Response `200`

- object
  - `data` object
    - `id` integer
    - `discount` integer
    - `duration` integer
    - `price` integer
    - `canBuy` boolean
  - `_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` string, nullable
      - `remaining_minute` integer
      - `remaining_day` string, nullable
      - `notice` string

## Changes

- **2026-05-24** `93a6dfdeeb67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/changes/api/:account/bundles/post.md)

---

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