Log AssemblyAI key points to Google Sheets
This query returns key points, decisions, or action items extracted from a transcript using AssemblyAI's LLM Gateway. LLM usage consumes credits from your AssemblyAI account.
Developer info
- API endpoint slug
- assemblyai.extract_key_points
- Runtime method
- performQuery("assemblyai.extract_key_points"}
Query fields
Transcript Text input
- Label
- Transcript ID
- Helper text
- The ID of the transcript to analyze. Use TranscriptId from the "New completed transcript" trigger.
- Slug
- transcript_id
- Required
- true
- Can have default value
- true
Extraction focus Dropdown list
- Label
- Extract
- Helper text
- What to extract from the transcript. Choose "Custom" to provide your own instructions below.
- Slug
- extraction_focus
- Required
- true
- Can have default value
- true
Custom instruction Text input
- Label
- Custom instructions
- Helper text
- Instructions for what to extract. Required when Extract is "Custom"; adds extra context otherwise.
- Slug
- custom_instruction
- Required
- false
- Can have default value
- true
Ingredients
Extracted points text The extracted points as a newline-separated list.
- Slug
- extracted_points_text
- Filter code
- Assemblyai.extractKeyPoints.ExtractedPointsText
- Type
- String
- Example
- Alice to finalize the launch plan by Friday. Bob to schedule customer interviews.
Item count Number of extracted points.
- Slug
- item_count
- Filter code
- Assemblyai.extractKeyPoints.ItemCount
- Type
- String
- Example
- 2
Model The LLM used.
- Slug
- model
- Filter code
- Assemblyai.extractKeyPoints.Model
- Type
- String
- Example
- claude-sonnet-4-6
Output token count Number of output tokens generated.
- Slug
- output_token_count
- Filter code
- Assemblyai.extractKeyPoints.OutputTokenCount
- Type
- String
- Example
- 112
