---
title: "Create transcript property"
method: POST
path: "/v1/transcript-property"
tags: ["Transcript property", "Public-Docs"]
---

# Create transcript property

`POST /v1/transcript-property`

Create a new transcript property definition.

## Request body

- object
  - `projectID` string, required — ID of the project this property belongs to.
  - `name` string, required — The name of this property.
  - `type` 'boolean' | 'number' | 'string', required — The type of value held by this property.

## Response `201`

- object
  - `property` TranscriptPropertyResponse, required
    - `id` string, required
    - `projectID` string, required
    - `name` string, required
    - `type` string, required
    - `default` boolean, required
    - `createdAt` string, date, required
    - `updatedAt` string, date, required

---

[API](https://skmtc.dev/voiceflow/apis/general-runtime.md) · [All operations](https://skmtc.dev/voiceflow/apis/general-runtime/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voiceflow/general-runtime/revisions/6b1c4f778c56/schema)
