Transcripts
Add transcript
POST
https://api.letterdrop.com/api/v1/transcript/add
Add a transcript for analysis and content idea extraction.
Headers
api-key
string
API key that is unique to your workspace
Request Body
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.
format
string
"array" or "plaintext", by default the format will be accepted as "array". If you send your transcript as a single plain text string, input "plaintext" in format
parameter
Sample payload for format - "plaintext"
Follow the format of "transcript" mentioned for "plaintext"
Sample payload for format - "array"
Last updated
Was this helpful?