LinkedIn Post Generator

by NvkAnirudh
Verified

summarize_transcript

Generate concise summaries from video transcripts tailored to specific audiences and tones. Ideal for creating LinkedIn post drafts that align with professional, educational, or conversational styles.

Input Schema

NameRequiredDescriptionDefault
audienceNoTarget audience for the summarygeneral
toneNoTone of the summaryprofessional
transcriptYesVideo transcript text
wordCountNoApproximate word count for the summary

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "audience": { "default": "general", "description": "Target audience for the summary", "enum": [ "general", "technical", "business", "academic" ], "type": "string" }, "tone": { "default": "professional", "description": "Tone of the summary", "enum": [ "educational", "inspirational", "professional", "conversational" ], "type": "string" }, "transcript": { "description": "Video transcript text", "type": "string" }, "wordCount": { "default": 200, "description": "Approximate word count for the summary", "maximum": 300, "minimum": 100, "type": "number" } }, "required": [ "transcript" ], "type": "object" }

You must be authenticated.

Other Tools from LinkedIn Post Generator

Related Tools

ID: 1ym9p61tgu