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

Struct FileUploadResult

models.go:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type FileUploadResult struct {
33 Id string `json:"id"`
34 PresignedUrl string `json:"presigned_url"`
35 PublicUrl string `json:"public_url"`
36}
37
38type WrapperErrorResp struct {
39 ErrorResp ErrorResp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected