MCPcopy Index your code
hub / github.com/LumaAI-API/Luma-API / Generations

Function Generations

api.go:19–21  ·  view source on GitHub ↗

@Summary Submit luma generate video task @Schemes @Description @Accept json @Produce json @Param body body GenRequest true "submit generate video" @Success 200 {object} []VideoTask "generate result" @Router /luma/generations [post]

(c *gin.Context)

Source from the content-addressed store, hash-verified

17// @Success 200 {object} []VideoTask "generate result"
18// @Router /luma/generations [post]
19func Generations(c *gin.Context) {
20 doGeneration(c)
21}
22
23// @Summary Submit luma extend generate video task
24// @Schemes

Callers

nothing calls this directly

Calls 1

doGenerationFunction · 0.85

Tested by

no test coverage detected