---
title: "POST /tickets"
method: POST
path: "/tickets"
tags: ["Tickets"]
---

# POST /tickets

`POST /tickets`

You may create your own question using this action. It takes a JSON object containing a question and a collection of answers in the form of choices.

## Request body

- NewTicketRequest
  - `question` string
  - `choices` ListLanguages[]

## Response `201`

Created

- NewTicket[]
  - `headers` object
    - `location` string
  - `body` object
    - `question` string
    - `published_at` string
    - `choices` ListLanguages[]

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
