/
SC
screenpipe
/
Screenpipe API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 4d ago
Details
Filter operations
Audio Control
6
Cloud Sync
5
Content Management
4
Context Retrieval
2
Experimental
2
Frames
4
Pipes
10
Speaker Management
9
get
Get unnamed speakers
post
Update speaker name or metadata
get
Search speakers by name
post
Delete a speaker and associated audio chunks
post
Mark a speaker as hallucination
post
Merge two speakers into one
get
Get speakers similar to a given speaker
post
Reassign an audio chunk to a different speaker
post
Undo a speaker reassignment
Streaming
4
System
1
UI Events
2
Vision Control
3
Speaker Management
Update speaker name or metadata
post
/speakers/update
Request body
UpdateSpeakerRequest
required
id
integer
required
name
string
nullable
metadata
string
nullable
Response
Updated speaker
Speaker
required
id
integer
required
name
string
nullable
required
metadata
string
required
Changes