/
VI
video-db
/
VideoDB Server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 2w ago
View markdown
video-db
VideoDB Server API
get
Get user API keys
v5
latest
OpenAPI 3.0.3
MIT
raw.githubusercontent.com
2026-08-01
125
16
159.5 KB
AI Generation
2
Assets
1
Audio
3
Authentication
1
Capture
7
Collections
2
Editor
2
Images
1
Meeting
3
RTStream
22
Sandbox
4
Search
2
Transcode
2
Videos
7
get
Get service information
get
Get user information
get
Get user API keys
post
Create new API key
delete
Delete API key
get
Get user collections
post
Create new collection
get
Get collection details
delete
Delete collection
patch
Update collection
post
Upload media to collection
post
Search within collection
get
List videos
get
Get video details
delete
Delete video
delete
Delete video storage
post
Create video stream
get
Get video thumbnail
post
Generate custom thumbnail
get
Get all video thumbnails
get
Get video transcription
post
Generate video transcription
get
Get video index status
post
Create video index
post
Search within video
get
Get video scenes
post
Create video scenes
post
Describe video scene
post
Describe video frame
post
Generate video clip
post
Execute video workflow
get
List audios
get
Get audio details
delete
Delete audio
post
Generate audio stream URL
get
List images
get
Get image details
delete
Delete image
post
Generate image URL
post
Generate image using AI
post
Generate video using AI
post
Generate audio using AI
get
Get self-inference generation job status
post
Generate text using AI
post
Compile timeline
get
Get billing usage information
post
Create billing checkout session
get
Get billing checkout history
get
Get billing invoices
post
Create topup payment
get
Get auto recharge settings
post
Update auto recharge settings
get
Get async operation result
get
List download entries
post
Create download request
delete
Delete download entry
get
Get download status/details
post
Retry download
post
OpenAI-compatible chat completions proxy
post
Compile timeline (v2)
post
Download compiled timeline
post
Compile media content
get
Get video scene index status
post
Create video scene index
get
Get scene index details
delete
Delete scene index
Get user API keys
get
/user/api_key
Response
List of API keys
object
required
success
boolean
data
object[]
Example response
{ "success": true, "data": [ { "key": "sk-xxx" } ] }