fluvie_api 0.1.0 copy "fluvie_api: ^0.1.0" to clipboard
fluvie_api: ^0.1.0 copied to clipboard

discontinuedreplaced by: fluvie_server

HTTP API that renders Fluvie videos to files (local or S3), with a web-safe client.

Changelog #

The format follows Keep a Changelog and the versions follow Semantic Versioning.

0.1.0 - 2026-06-20 #

The first public release.

Added #

  • An async HTTP render API: submit a composition key, a VideoSpec, a prompt, or an edit; poll the job; download the video and poster.
  • Two libraries: package:fluvie_api/client.dart (web-safe, http only) and package:fluvie_api/server.dart (the dart:io/shelf server).
  • Local and S3-compatible storage, public-or-private files with signed download URLs, a bounded render queue, scheduled retention cleanup, and health probes.
  • A Dockerfile and docker-compose.yml for one-command deployment.
1
likes
0
points
239
downloads

Publisher

unverified uploader

Weekly Downloads

HTTP API that renders Fluvie videos to files (local or S3), with a web-safe client.

Homepage
Repository (GitHub)
View/report issues

Topics

#video #rendering #server #api

License

unknown (license)

Dependencies

crypto, fluvie_cli, http, meta, minio, shelf, shelf_router, shelf_static

More

Packages that depend on fluvie_api