/
TR
trytrata
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 6h ago · Updated 6h 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
get
List Call Requests
post
Create Call Request
delete
Delete Call Request
get
Get Sector Distribution
put
Update Call Request
get
List Call Request History
get
List Call Request Tickers
get
List Trending Tickers
post
Invalidate Trending Tickers Cache
get
List Priority Tickers Without Coverage
get
Download Ticker Coverage Csv
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
user-calls
4
users
3
voice-agents
2
voice-surveys
1
webhooks
4
call-requests
Create Call Request
post
/call-requests/
Query parameters
user_id
string
required
ticker
string
required
Response
Successful Response
CallRequest
required
user_id
string
required
ticker
string
required
status
'OPEN'
|
'PAUSED'
|
'CLOSED'
required
familiarity
'NOT_WELL'
|
'SOMEWHAT'
|
'VERY_WELL'
required
is_priority
boolean
is_valid_ticker
boolean
nullable
company_name
string
nullable
created_at
string
date-time
nullable
updated_at
string
date-time
nullable
position
'NONE'
|
'BEAR'
|
'BULL'
|
'SKEPTIC'
required
is_high_conviction
boolean
notes
string
nullable
is_open_for_multiple_calls
boolean
nullable
ticker_count
TickerWithCount
is_below_minimum_market_cap
boolean
Changes