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

Struct Video

models.go:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type Video struct {
22 Url string `json:"url"`
23 Width int `json:"width"`
24 Height int `json:"height"`
25 Thumbnail interface{} `json:"thumbnail"`
26}
27
28type UploadReq struct {
29 Url string `json:"url"` // support public url & base64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected