MCPcopy Create free account
hub / github.com/LumaAI-API/Luma-API / VideoTask

Struct VideoTask

models.go:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11type VideoTask struct {
12 ID string `json:"id"`
13 Prompt string `json:"prompt"`
14 State string `json:"state"` // "pending", "processing", "completed"
15 CreatedAt string `json:"created_at"`
16 Video *Video `json:"video"`
17 Liked interface{} `json:"liked"`
18 EstimateWaitSeconds interface{} `json:"estimate_wait_seconds"`
19}
20
21type Video struct {
22 Url string `json:"url"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected