Hyperflow 2 API
The Hyperflow API is directly integrated into your site.
Access it using your default domain name, e.g. https://www.mysite.com/.hf
Since Webflow does not permit pages or paths that begin with a period .
, there is no risk of conflicting with an existing Webflow page.
Get Hyperflow Overview
GET /.hf
Indicates the Hyperflow version and all installed apps.
Hyperflow Core API Calls
All Hyperflow Core API calls follow the pattern;
/.hf/api/*
Hyperflow Version
GET /.hf/api/version
Returns the version number only, designed for app use.
Specific App API Calls
Fall under the app-name, e.g. wfx
.
Each app will have a distinct API and its own docs.
/.hf/(app-name)/*
Hyperflow Info
On your HF2 enabled Webflow site, just add /.hf
to the end of your domain name, like this;
e.g. https://www.sygnal.com/.hf
You'll get a version report.
Sygnal Hyperflow v2.0.2.0
Docs:
https://hyperflow.sygnal.com/

Last updated