FluxData
FluxData is a temporary data storage API designed for developers, applications, and automation platforms. Store data securely, retrieve it when needed, control access, receive webhook notifications, and let information expire automatically without building your own cleanup infrastructure. FluxData is ideal for temporary secrets, one-time data sharing, expiring links, workflow handoffs,…
4 subscribers
9.3/10 popularity
204 ms avg latency
85% success rate
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
FluxData endpoints
| Method | Endpoint | Description |
|---|---|---|
| Flux Items | ||
| POST |
Create Item /v1/flux |
Creates a temporary JSON item with automatic expiration, or overwrites an existing item with the same ID. Expiration is required. Use exactly one of ttl_seconds, ttl, or… |
| GET |
Read Item /v1/flux/{item_id} |
Returns the stored JSON value for one active item. A successful read increments the item read count. One-time items are deleted after the first successful read. Read-limited… |
| GET |
List Active Items /v1/flux |
Lists active FluxData items without returning their stored values. Use this endpoint to view item metadata such as ID, creation time, expiration time, read count, max_reads,… |
| DELETE |
Delete Item /v1/flux/{item_id} |
Deletes an active item by ID before it expires. If the item belongs to a plan with history enabled, FluxData records a deleted event. |
| History | ||
| GET |
Get Item History /v1/flux/{item_id}/history |
Returns lifecycle events for one FluxData item, such as created, read, consumed, deleted, or expired. History is available only on plans that include item history. Events are… |
| Item Access Tokens | ||
| POST |
Create Item Access Token /v1/flux/{item_id}/tokens |
Creates a scoped read-only access token for one FluxData item. The token can only be used to read the matching item. The full token secret is returned only once, in the creation… |
| GET |
List Item Tokens /v1/flux/{item_id}/tokens |
Lists active item access token metadata for one FluxData item. This endpoint never returns full token secrets or token hashes. It only returns safe metadata such as token ID,… |
| DELETE |
Revoke Item Token /v1/flux/{item_id}/tokens/{token_id} |
Revokes one active item access token for a specific FluxData item. This does not delete the item itself. It only invalidates the selected read-only token. |
| DELETE |
Revoke All Item Tokens /v1/flux/{item_id}/tokens |
Revokes all active item access tokens for one FluxData item. This does not delete the item itself. It only invalidates the active read-only tokens associated with that item. |
| GET |
List Account Tokens /v1/tokens |
Lists active item access token metadata across your account. You can optionally filter the results by item_id. Full token secrets and token hashes are never returned. |
| DELETE |
Revoke Account Tokens /v1/tokens |
Revokes active item access tokens across your account. To prevent accidental bulk revocation, this endpoint requires an explicit filter: use all=true to revoke all active tokens,… |
| Health | ||
| GET |
Health Check /health |
Checks whether the FluxData API is online. This endpoint is public and does not require RapidAPI authentication headers. |
FluxData pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5.99 / month | 60 / minute |
|
| ULTRA Recommended | $24.99 / month | 180 / minute |
|
| MEGA | $49.99 / month | 600 / minute |
|