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

Function ExtentGenerations

api.go:32–34  ·  view source on GitHub ↗

@Summary Submit luma extend generate video task @Schemes @Description @Accept json @Produce json @Param task_id path string true "extend task id" @Param body body GenRequest true "submit generate video" @Success 200 {object} []VideoTask "generate result" @Router /luma/generations/:task_id/extend [po

(c *gin.Context)

Source from the content-addressed store, hash-verified

30// @Success 200 {object} []VideoTask "generate result"
31// @Router /luma/generations/:task_id/extend [post]
32func ExtentGenerations(c *gin.Context) {
33 doGeneration(c)
34}
35
36// @Summary Get luma generate video task
37// @Schemes

Callers

nothing calls this directly

Calls 1

doGenerationFunction · 0.85

Tested by

no test coverage detected