---
title: "Create downloadable product"
method: POST
path: "/public/create-downloadable-product"
tags: ["Product"]
---

# Create downloadable product

`POST /public/create-downloadable-product`

Create a new downloadable digital product for your school

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 60 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `downloadableProductName` string, required — Name of the downloadable product
      - `shortDescription` string — Brief description of the product
      - `thumbnailUrl` string, uri — URL of the product thumbnail image (optional, will use default placeholder if not provided)
      - `status` 'Draft' | 'Active' | 'Unlisted' — Initial status of the downloadable product (defaults to Draft)

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `fermionDigitalProductId` string, required — Unique identifier of the created downloadable product
        - `slug` string, required — URL-friendly slug for the product, used in subsequent API calls
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/revisions/7ce364c8820b/schema)
