Create Transcription
Perform Create Transcription through Plivo.
plivo_create_transcriptionwriteplivo
Inputs
- Recording Id
recording_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccesstranscriptionTranscription
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"recording_id"
],
"properties": {
"recording_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"success": {},
"transcription": {}
},
"additionalProperties": true
}