fluvie_api 0.1.3
fluvie_api: ^0.1.3 copied to clipboard
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.3 - 2026-06-22 #
Lockstep release with the rest of the workspace; no changes to this package.
0.1.2 - 2026-06-21 #
Lockstep release with the rest of the workspace; no changes to this package.
0.1.1 - 2026-06-21 #
Added #
- A landing page at
GET /so the bare host serves a short help page (linking the docs, the source, and the/v1endpoints) instead of a404.
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,httponly) andpackage:fluvie_api/server.dart(thedart:io/shelfserver). - Local and S3-compatible storage, public-or-private files with signed download URLs, a bounded render queue, scheduled retention cleanup, and health probes.
- A
Dockerfileanddocker-compose.ymlfor one-command deployment.