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

Struct UploadReq

models.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type UploadReq struct {
29 Url string `json:"url"` // support public url & base64
30}
31
32type FileUploadResult struct {
33 Id string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected