/
TR
trytrata
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h ago · Updated 4h ago
Details
Filter operations
activations
1
admin
80
admin-call-outreach
1
admin-earnings
2
admin-tickers
2
agent
4
agreements
5
calendar
9
call-outreach
1
call-pairings
3
call-requests
11
call-schedules
6
call-ticker-leads
3
chat
5
default
1
documents
3
equities
1
external-api-keys
6
feedback
3
health
1
idea-agent
1
leads
8
livekit
1
notes
3
notification-preferences
2
notifications
4
onboarding
3
organizations
17
payouts
9
pipecat
1
popups
2
prompts
1
recordings
15
reviews
7
rooms
10
samples
1
sentry
1
share-links
3
stripe_webhooks
1
subscription-terms
3
tasks
9
ticker
1
tooltips
2
transcripts
26
get
List Comments
post
Create Comment
put
Update Comment
delete
Delete Comment
get
List Transcripts
get
Get Transcript Count
get
Get Free Transcript Count
get
List Trending Transcripts
get
List Top Movers
get
List Bookmarked Transcripts
get
List Highlighted Transcripts
get
List Contributed Transcripts
get
List Coverage Transcripts
get
List Recommended Transcripts
get
Get Transcript
get
Print Transcript Pdf
post
Request Call From Transcript
get
Get Transcript Preview
post
Quote Search Transcripts
post
Sync Quotes
put
Set Transcript Bookmark
put
Set Transcript Reaction
post
Create Transcript Highlight
delete
Delete Transcript Highlight
post
Record Transcript Visit
put
Upsert Read Progress
user-calls
4
users
3
voice-agents
2
voice-surveys
1
webhooks
4
transcripts
List Contributed Transcripts
get
/transcripts/contributed
Response
Successful Response
TranscriptBasic[]
required
transcript_id
string
required
started_at
string
date-time
required
ended_at
string
date-time
required
duration
integer
required
title
string
nullable
description
string
nullable
ticker
string
nullable
ticker_variants
string[]
company_name
string
nullable
ticker_profiles
TickerProfile[]
nullable
ticker_price_changes
TickerPriceChange[]
required
transcript_type
string
nullable
tickers_also_mentioned
string[]
required
summary
string
nullable
first_published_at
string
date-time
nullable
voice_agent_prompt
string
nullable
is_free
boolean
is_bookmarked
boolean
is_highlighted
boolean
is_contributor
boolean
user_engagement_context
UserEngagementContext
Per-user read state for a single transcript.
Changes