/
MI
mixpeek
/
Mixpeek API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
mixpeek
Mixpeek API
post
Register a support video (admin only); triggers Gemini review for uploads.
v5
OpenAPI 3.1.0
2026-08-02
563
1,101
2.8 MB
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