Transcripts
Add transcript
POST
https://api.letterdrop.com/api/v1/transcript/add
Add a transcript for analysis and content idea extraction.
Headers
Name
Type
Description
api-key
string
API key that is unique to your workspace
Request Body
Name
Type
Description
title
string
Title of the sales call
transcript
string[]
The transcript content, where each element represents a segment of text. The entire transcript can also be a single string in the array.
call_start_time
Date
Call Start Time in this format 2025-02-05T14:30:00Z
call_id
string
Unique identifier for the transcript
url
string
URL of the sales call transcript/recording
participants
string[]
A list of email addresses representing the participants in the transcript. Each element must be a valid email address.
Last updated
Was this helpful?