Skip to content

This is an unofficial Dream Machine API based on Python and FastAPI. It currently supports generating videos, extend videos, get generations, etc. We also provide SaaS service, see below.

Notifications You must be signed in to change notification settings

panyanyany/luma-dream-machine-api

Repository files navigation

Unofficial API

This is an unofficial Dream Machine API based on Python and FastAPI. It currently supports generating videos, extend videos, get generations, etc.

Community

https://discord.gg/rBqQz7EHrs

Installation

poetry install --no-root

Setup

Found your access_token

Add to settings.py

cp settings.demo.py settings.py
vi settings.py
# add access_token

Start the server

fastapi dev main.py

API

Generate Video

http://127.0.0.1:8000/api/v1/generate

Get Generations

http://127.0.0.1:8000/api/v1/generations

Full API documentation can be found at http://127.0.0.1:8000/docs

About

This is an unofficial Dream Machine API based on Python and FastAPI. It currently supports generating videos, extend videos, get generations, etc. We also provide SaaS service, see below.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages