/
MI
mixpeek
/
Mixpeek API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 12h ago · Updated 12h ago
View markdown
mixpeek
Mixpeek API
post
Register a support video (admin only); triggers Gemini review for uploads.
23e05292e326
latest
OpenAPI 3.1.0
2026-08-10
568
1,113
2.8 MB
Account
1
Adhoc Retrievers
3
Agent Sessions
11
Alerts
16
Analytics
42
Annotations
7
Apps
34
Batches
4
Bucket Batches
23
Bucket Objects
10
Bucket Syncs
15
Bucket Uploads
7
Buckets
7
BYO Documents
5
Cluster Executions
7
Cluster Triggers
8
Clusters
10
Collection Documents
17
Collection Lifecycle
2
Collection Schema
1
Collection Taxonomies
1
Collections
10
Custom Models
8
Data Subject Access Requests
3
Discovery
4
Document Lineage
3
Documents
6
Events
1
Extractor Publishing
5
Extractors
5
Feature Extractors
2
Feature Search
1
Features
1
Health
4
Inference
1
Manifest
7
Marketplace
14
Models
6
Namespace Clone
1
Namespace Extractors
2
Namespace Migrations
7
Namespace Snapshots
6
Namespaces
10
Notifications
13
Onboarding
2
Organization API Keys
5
Organization Audit
4
Organization Billing
22
Organization Connections
8
Organization Infrastructure
1
Organization Secrets
4
Organization Targets
1
Organization Usage
3
Organization Users
5
Organizations
4
Pricing
1
Public Apps API
5
Public Extractor Marketplace
2
Public Notifications API
1
Public Retriever API
7
Public Templates API
8
Published Retrievers
8
Quickstart
1
Resource Search
1
Retriever API Keys
3
Retriever Benchmarks
4
Retriever Evaluations
8
Retriever Interactions
5
Retriever Learned Fusion
10
Retriever Stages
1
Retrievers
14
Scaffold Templates
3
Source Adapter
1
Support
14
get
List Support Tickets
post
Create Support Ticket
post
List Support Tickets (org + global).
get
Get Support Ticket (with message thread).
patch
Update a support ticket (status/priority).
post
Reply to a support ticket.
post
List correspondence (ticket messages + broadcasts, org + global).
get
List Correspondence
post
Create a broadcast communication (Mixpeek admin only).
post
Presigned PUT to upload a support video to cold storage (admin only).
get
List Support Videos
post
Register a support video (admin only); triggers Gemini review for uploads.
post
List curated support videos (org + global).
get
Get a support video (with presigned playback URL + chapters).
Tasks
3
Taxonomies
13
Taxonomy Analytics
6
Templates
24
Triggers
10
Webhooks
5
Support
Register a support video (admin only); triggers Gemini review for uploads.
post
/v1/support/videos
Request body
CreateVideoRequest
required
title
string
nullable
description
string
nullable
source_type
'upload'
|
'external'
storage_uri
string
nullable
external_url
string
nullable
mime_type
string
nullable
duration_seconds
number
nullable
scope
'global'
|
'organization'
organization_id
string
nullable
video_id
string
nullable
analyze
boolean
Response
Successful Response
VideoResponse
required
video_id
string
required
organization_id
string
nullable
title
string
required
description
string
nullable
source_type
'upload'
|
'external'
required
storage_uri
string
nullable
external_url
string
nullable
playback_url
string
nullable
thumbnail_url
string
nullable
duration_seconds
number
nullable
mime_type
string
nullable
chapters
SupportVideoChapter[]
analysis_status
'pending'
|
'processing'
|
'completed'
|
'failed'
|
'skipped'
analysis_error
string
nullable
created_by
SupportActor
Lightweight snapshot of who created a ticket/message.
created_at
string
date-time
nullable