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

# Set transcript property value

`POST /v1/transcript-property-value`

Associate a value with the specified property and transcript.

## Request body

- object
  - `propertyID` string, required — ID of the transcript property to target.
  - `transcriptID` string, required — ID of the transcript to target.
  - `value` string, required — Value of the transcript property to be set.
  - `metadata` object, nullable — Additional metadata associated with the property value.

## Response `201`

- object
  - `propertyValue` TranscriptPropertyValueResponse, required
    - `propertyID` string, required
    - `transcriptID` string, required
    - `value` string, required
    - `metadata` object, nullable, 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)
