FlagSide APIs
Improve your product with higher quality releases & faster feature validations. Real-time experiment results so your teams can get insights and make decisions at scale. Get access to basic REST API functionality that will help you create feature flag at scale
FlagSide APIs endpoints
| Method | Endpoint | Description |
|---|---|---|
| FeatureFlags | ||
| POST |
Create Simple Feature Flag /ff/ |
Create a simple feature flag of type boolean, that will returned the predefined value. If value not set, Feature flag will be set to true by default |
| POST |
Create Feature Flag - random output + custom distribution /ff/ |
Create a feature flag with custom values (more than 2) and decide based on % how many time will you see the value |
| POST |
Create Feature flag - random output /ff/ |
Create a feature flag that will return different value randomly |
| PUT |
UpdateFeatureFlag /ff/{featureFlagKey1} |
Update the feature flag value and details |
| GET |
Get Feature Flag Value /ff/eval/{featureFlagKey} |
Optimized Endpoint to query the value of a feature Flag |
FlagSide APIs pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $15 / month | 120 / minute |
|
| ULTRA | $55 / month | 300 / minute |
|
| MEGA | $85 / month | 600 / minute |
|