This is an unofficial Dream Machine API based on Python and FastAPI. It currently supports generating videos, extend videos, get generations, etc.
poetry install --no-root
cp settings.demo.py settings.py
vi settings.py
# add access_token
fastapi dev main.py
http://127.0.0.1:8000/api/v1/generate
http://127.0.0.1:8000/api/v1/generations
Full API documentation can be found at http://127.0.0.1:8000/docs