---
title: "Create a new custom question"
method: POST
path: "/api/questions"
tags: ["Questions"]
---

# Create a new custom question

`POST /api/questions`

Creates a new custom question with the provided data.

## Request body

- CreateCustomQuestionRequest — Request model for creating a new custom question.
  - `name` string, required — The name of the custom question.
  - `description` string, nullable — The description of the custom question (optional).
  - `jsonData` string, required — The JSON data representing custom question properties.

## Response `201`

Custom question created successfully.

- CreateCustomQuestionResponse — Response model for creating a custom question.
  - `id` string — The ID of the custom question.
  - `name` string — The name of the custom question.
  - `description` string, nullable — The description of the custom question.
  - `jsonData` string — The JSON data representing the custom question properties.
  - `createdAt` string, date-time — The date and time when the custom question was created.
  - `modifiedAt` string, date-time, nullable — The date and time when the custom question was last modified.

## Other responses

- `400` — Invalid input data.
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2025-11-21** `50eff5014b78` — 1 info
  - endpoint added
- **2025-03-24** `fbc3fe6ecbf1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/questions/post.md)

---

[API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [All operations](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/endatix/endatix-platform-rest-api/revisions/01bd299fd100/schema)
