Clipform

Retry node media transcription

Resets a node's video transcription to pending and re-triggers it from the stored media.

POST
/forms/{formId}/nodes/{nodeId}/media/transcribe

Authorization

bearerAuth
AuthorizationBearer <token>

API key (cf_*) passed as Bearer token

In: header

Path Parameters

formId*string
nodeId*string

Response Body

application/json

curl -X POST "https://example.com/forms/497f6eca-6276-4993-bfeb-53cbbbba6f08/nodes/497f6eca-6276-4993-bfeb-53cbbbba6f08/media/transcribe"
{  "media_id": "59458438-e712-4754-944d-fc838e1a631d",  "transcription_status": "pending"}
Empty