> ## Documentation Index
> Fetch the complete documentation index at: https://docs.whop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create bounty

> Create a new workforce bounty by funding a dedicated bounty pool.

Required permissions:
 - `bounty:create`



## OpenAPI

````yaml /openapi/api-v1-stable.json post /bounties
openapi: 3.1.0
info:
  description: >-
    The Whop REST API. Please see
    https://docs.whop.com/developer/api/getting-started for more details.
  termsOfService: https://whop.com/tos-developer-api/
  title: Whop API
  version: 1.0.0
  x-api-version-date: '2026-08-21'
servers:
  - description: Production Whop API
    url: https://api.whop.com/api/v1
  - description: Sandbox Whop API
    url: https://sandbox-api.whop.com/api/v1
security: []
tags:
  - description: Products
    name: Products
  - description: Payments
    name: Payments
  - description: Refunds
    name: Refunds
  - description: Disputes
    name: Disputes
  - description: Dispute alerts
    name: Dispute alerts
  - description: Resolution center cases
    name: Resolution center cases
  - description: Checkout configurations
    name: Checkout configurations
  - description: Setup intents
    name: Setup intents
  - description: Payment methods
    name: Payment methods
  - description: Invoices
    name: Invoices
  - description: Promo codes
    name: Promo codes
  - description: Card transactions
    name: Card transactions
  - description: Ledger accounts
    name: Ledger accounts
  - description: Withdrawals
    name: Withdrawals
  - description: Payout methods
    name: Payout methods
  - description: Verifications
    name: Verifications
  - description: Identity profiles
    name: Identity profiles
  - description: Payout accounts
    name: Payout accounts
  - description: Topups
    name: Topups
  - description: Companies
    name: Companies
  - description: Authorized users
    name: Authorized users
  - description: Fee markups
    name: Fee markups
  - description: Members
    name: Members
  - description: Memberships
    name: Memberships
  - description: Leads
    name: Leads
  - description: Entries
    name: Entries
  - description: Shipments
    name: Shipments
  - description: Reviews
    name: Reviews
  - description: Company token transactions
    name: Company token transactions
  - description: Affiliates
    name: Affiliates
  - description: Experiences
    name: Experiences
  - description: Forums
    name: Forums
  - description: Forum posts
    name: Forum posts
  - description: Chat channels
    name: Chat channels
  - description: Support channels
    name: Support channels
  - description: Messages
    name: Messages
  - description: Reactions
    name: Reactions
  - description: Dm members
    name: Dm members
  - description: Dm channels
    name: Dm channels
  - description: Notifications
    name: Notifications
  - description: Courses
    name: Courses
  - description: Course chapters
    name: Course chapters
  - description: Course lessons
    name: Course lessons
  - description: Course students
    name: Course students
  - description: Course lesson interactions
    name: Course lesson interactions
  - description: Apps
    name: Apps
  - description: Webhooks
    name: Webhooks
  - description: App builds
    name: App builds
  - description: Access tokens
    name: Access tokens
  - description: Account links
    name: Account links
  - description: Files
    name: Files
  - description: Ai chats
    name: Ai chats
  - description: Bounties
    name: Bounties
  - description: Stats
    name: Stats
  - description: Conversions
    name: Conversions
  - description: Ad reports
    name: Ad reports
paths:
  /bounties:
    post:
      tags:
        - Bounties
      summary: Create bounty
      description: |-
        Create a new workforce bounty by funding a dedicated bounty pool.

        Required permissions:
         - `bounty:create`
      operationId: createBounty
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              description: Parameters for CreateWorkforceBounty
              properties:
                accepted_submissions_limit:
                  description: >-
                    The number of submissions that can be approved before the
                    bounty closes. Defaults to 1. The total pool
                    (base_unit_amount times this limit) must be at least 5 in
                    the bounty's currency.
                  example: 42
                  type:
                    - integer
                    - 'null'
                allowed_country_codes:
                  description: >-
                    The ISO3166 country codes where this bounty should be
                    visible. Empty means globally visible.
                  items:
                    description: >-
                      Represents textual data as UTF-8 character sequences. This
                      type is most often used by GraphQL to represent free-form
                      human-readable text.
                    type: string
                  type:
                    - array
                    - 'null'
                base_unit_amount:
                  description: >-
                    The amount paid to each approved submission. The total
                    bounty pool funded is this amount times
                    accepted_submissions_limit, and must be at least 5 in the
                    bounty's currency.
                  example: 6.9
                  type: number
                business_goal_type:
                  description: >-
                    What the poster is trying to accomplish with this bounty.
                    Product taxonomy, distinct from the implementation type.
                  oneOf:
                    - $ref: '#/components/schemas/BusinessGoalTypes'
                    - type: 'null'
                currency:
                  $ref: '#/components/schemas/Currencies'
                  description: The currency for the bounty pool funding amount.
                description:
                  description: The description of the bounty.
                  type: string
                experience_id:
                  description: An optional experience to scope the bounty to.
                  example: exp_xxxxxxxxxxxxxx
                  type:
                    - string
                    - 'null'
                minimum_total_verified_clip_duration_seconds:
                  description: >-
                    Data capture bounties only: the minimum total
                    server-verified clip duration in seconds. Defaults to 3600
                    and must be a whole number of hours between 1 and 12.
                  example: 42
                  type:
                    - integer
                    - 'null'
                origin_account_id:
                  description: >-
                    The user (user_*) or company (biz_*) tag whose balance funds
                    this bounty pool. Defaults to the requester's personal
                    balance when omitted. The requester must be the user
                    themself or an owner/admin of the company.
                  type:
                    - string
                    - 'null'
                post_markdown_content:
                  description: >-
                    Optional markdown body for the anchor forum post. Falls back
                    to the bounty description when omitted.
                  type:
                    - string
                    - 'null'
                post_title:
                  description: >-
                    Optional title for the anchor forum post. Falls back to the
                    bounty title when omitted.
                  type:
                    - string
                    - 'null'
                scheduled_frequency:
                  description: >-
                    How often a scheduled bounty republishes. Only applies when
                    scheduled_publish_at is provided.
                  oneOf:
                    - $ref: '#/components/schemas/ScheduleFrequencies'
                    - type: 'null'
                scheduled_publish_at:
                  description: >-
                    When to publish the bounty. When provided, the bounty is
                    created as a hidden draft and published at this time instead
                    of immediately. Must be in the future.
                  example: '2023-12-01T05:00:00.401Z'
                  format: date-time
                  type:
                    - string
                    - 'null'
                scheduled_timezone:
                  description: >-
                    The IANA timezone used for recurring occurrences. Required
                    when scheduled_publish_at is provided.
                  type:
                    - string
                    - 'null'
                title:
                  description: The title of the bounty.
                  type: string
              required:
                - base_unit_amount
                - currency
                - description
                - title
              type: object
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WorkforceBounty'
          description: A successful response
        '400':
          content:
            application/json:
              example:
                error:
                  code: parameter_missing
                  message: 'Missing required parameter: amount.'
                  param: amount
                  type: invalid_request_error
              schema:
                properties:
                  error:
                    properties:
                      code:
                        description: >-
                          A short string indicating the specific error code,
                          e.g. 'parameter_missing', 'parameter_invalid',
                          'invalid_json'
                        type:
                          - string
                          - 'null'
                      message:
                        type: string
                      param:
                        description: The parameter that caused the error, if applicable
                        type:
                          - string
                          - 'null'
                      type:
                        type: string
                    required:
                      - type
                      - message
                    type: object
                required:
                  - error
                type: object
          description: Bad request
        '401':
          content:
            application/json:
              example:
                error:
                  message: Invalid or missing API key
                  type: unauthorized
              schema:
                properties:
                  error:
                    properties:
                      code:
                        description: >-
                          A short string indicating the specific error code,
                          e.g. 'parameter_missing', 'parameter_invalid',
                          'invalid_json'
                        type:
                          - string
                          - 'null'
                      message:
                        type: string
                      param:
                        description: The parameter that caused the error, if applicable
                        type:
                          - string
                          - 'null'
                      type:
                        type: string
                    required:
                      - type
                      - message
                    type: object
                required:
                  - error
                type: object
          description: Unauthorized
        '403':
          content:
            application/json:
              example:
                error:
                  message: You do not have permission to access this resource
                  type: forbidden
              schema:
                properties:
                  error:
                    properties:
                      code:
                        description: >-
                          A short string indicating the specific error code,
                          e.g. 'parameter_missing', 'parameter_invalid',
                          'invalid_json'
                        type:
                          - string
                          - 'null'
                      message:
                        type: string
                      param:
                        description: The parameter that caused the error, if applicable
                        type:
                          - string
                          - 'null'
                      type:
                        type: string
                    required:
                      - type
                      - message
                    type: object
                required:
                  - error
                type: object
          description: Forbidden
        '404':
          content:
            application/json:
              example:
                error:
                  message: Resource not found
                  type: not_found
              schema:
                properties:
                  error:
                    properties:
                      code:
                        description: >-
                          A short string indicating the specific error code,
                          e.g. 'parameter_missing', 'parameter_invalid',
                          'invalid_json'
                        type:
                          - string
                          - 'null'
                      message:
                        type: string
                      param:
                        description: The parameter that caused the error, if applicable
                        type:
                          - string
                          - 'null'
                      type:
                        type: string
                    required:
                      - type
                      - message
                    type: object
                required:
                  - error
                type: object
          description: Not found
        '422':
          content:
            application/json:
              example:
                error: null
              schema:
                properties:
                  error:
                    properties:
                      code:
                        description: >-
                          A short string indicating the specific error code,
                          e.g. 'parameter_missing', 'parameter_invalid',
                          'invalid_json'
                        type:
                          - string
                          - 'null'
                      message:
                        type: string
                      param:
                        description: The parameter that caused the error, if applicable
                        type:
                          - string
                          - 'null'
                      type:
                        type: string
                    required:
                      - type
                      - message
                    type: object
                required:
                  - error
                type: object
          description: Verification required
        '429':
          content:
            application/json:
              example:
                error: null
              schema:
                properties:
                  error:
                    properties:
                      code:
                        description: >-
                          A short string indicating the specific error code,
                          e.g. 'parameter_missing', 'parameter_invalid',
                          'invalid_json'
                        type:
                          - string
                          - 'null'
                      message:
                        type: string
                      param:
                        description: The parameter that caused the error, if applicable
                        type:
                          - string
                          - 'null'
                      type:
                        type: string
                    required:
                      - type
                      - message
                    type: object
                required:
                  - error
                type: object
          description: Too many requests
        '500':
          content:
            application/json:
              example:
                error:
                  message: An unexpected error occurred
                  type: internal_server_error
              schema:
                properties:
                  error:
                    properties:
                      code:
                        description: >-
                          A short string indicating the specific error code,
                          e.g. 'parameter_missing', 'parameter_invalid',
                          'invalid_json'
                        type:
                          - string
                          - 'null'
                      message:
                        type: string
                      param:
                        description: The parameter that caused the error, if applicable
                        type:
                          - string
                          - 'null'
                      type:
                        type: string
                    required:
                      - type
                      - message
                    type: object
                required:
                  - error
                type: object
          description: Internal server error
      security:
        - bearerAuth:
            - bounty:create
      x-codeSamples:
        - lang: JavaScript
          source: |-
            import Whop from '@whop/sdk';

            const client = new Whop({
              apiKey: process.env['WHOP_API_KEY'], // This is the default and can be omitted
            });

            const bounty = await client.bounties.create({
              description:
                'Record one continuous pass of a full interior detail, dash to trunk, on a customer vehicle.',
              gross_reward_amount: 40,
              title: 'Record interior detailing passes',
            });

            console.log(bounty.id);
components:
  schemas:
    BusinessGoalTypes:
      description: >-
        What the poster is trying to accomplish with a workforce bounty. Used
        for product taxonomy and analytics, separate from the bounty's
        implementation type.
      enum:
        - clipping
        - post_engagement
        - owned_account_growth
        - ugc_content
        - local_activation
        - data_capture
        - other
      type: string
    Currencies:
      description: The available currencies on the platform
      enum:
        - usd
        - sgd
        - inr
        - aud
        - brl
        - cad
        - dkk
        - eur
        - nok
        - gbp
        - sek
        - chf
        - hkd
        - huf
        - jpy
        - mxn
        - myr
        - pln
        - czk
        - nzd
        - aed
        - eth
        - ape
        - cop
        - ron
        - thb
        - bgn
        - idr
        - dop
        - php
        - try
        - krw
        - twd
        - vnd
        - pkr
        - clp
        - uyu
        - ars
        - zar
        - dzd
        - tnd
        - mad
        - kes
        - kwd
        - jod
        - all
        - xcd
        - amd
        - bsd
        - bhd
        - bob
        - bam
        - khr
        - crc
        - xof
        - egp
        - etb
        - gmd
        - ghs
        - gtq
        - gyd
        - ils
        - jmd
        - mop
        - mga
        - mur
        - mdl
        - mnt
        - nad
        - ngn
        - mkd
        - omr
        - pyg
        - pen
        - qar
        - rwf
        - sar
        - rsd
        - lkr
        - tzs
        - ttd
        - uzs
        - rub
        - btc
        - cny
        - usdt
        - kzt
        - awg
        - whop_usd
        - xau
      type: string
    ScheduleFrequencies:
      description: How often a scheduled bounty republishes a new bounty.
      enum:
        - once
        - hourly
        - daily
        - weekly
        - monthly
      type: string
    WorkforceBounty:
      description: A privately accessible bounty.
      properties:
        bounty_type:
          $ref: '#/components/schemas/BountyTypes'
          description: The underlying bounty implementation type.
        created_at:
          description: The datetime the bounty was created.
          example: '2023-12-01T05:00:00.401Z'
          format: date-time
          type: string
        currency:
          $ref: '#/components/schemas/Currencies'
          description: The currency used for the bounty funds.
        description:
          description: The description of the bounty.
          type: string
        id:
          description: The unique identifier for the bounty.
          example: bnty_xxxxxxxxxxxxx
          type: string
        status:
          $ref: '#/components/schemas/Statuses'
          description: The current lifecycle status of the bounty.
        title:
          description: The title of the bounty.
          type: string
        total_available:
          description: The total amount currently funded in the bounty pool for payout.
          example: 6.9
          type: number
        total_paid:
          description: The total amount paid out for this bounty.
          example: 6.9
          type: number
        updated_at:
          description: The datetime the bounty was last updated.
          example: '2023-12-01T05:00:00.401Z'
          format: date-time
          type: string
        vote_threshold:
          description: >-
            The number of watcher votes required before the submission can
            resolve.
          example: 42
          type: integer
      required:
        - id
        - title
        - description
        - status
        - total_available
        - total_paid
        - currency
        - bounty_type
        - vote_threshold
        - created_at
        - updated_at
      type: object
    BountyTypes:
      description: The available bounty implementation types.
      enum:
        - classic
        - user_funded
        - workforce
      type: string
    Statuses:
      description: The available bounty statuses to choose from.
      enum:
        - published
        - archived
        - scheduled
      type: string
  securitySchemes:
    bearerAuth:
      bearerFormat: auth-scheme
      description: >-
        An Account API key, account-scoped JWT, App API key, or user OAuth
        token. Prepend the key or token with `Bearer`, for example `Bearer
        ***************************`.
      scheme: bearer
      type: http

````