Get storage settings
Returns the account-level storage lifecycle settings applied to newly uploaded fal CDN files:
expiration_duration_seconds: how long files live before being automatically deleted (null disables auto-expiration).initial_acl: the default ACL applied to new uploads (null means the system default, which is public).
Both fields are null when the account has never saved settings.
Authentication: Required. The API key must have the account:settings:read permission.
GET
Get storage settings
Authorizations
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Response
Current storage settings
Account-level storage lifecycle settings
Previous
Update storage settings
Replaces the account-level storage lifecycle settings applied to newly
uploaded fal CDN files. Omitted or null fields are cleared (reset to the
system default), so always send the full desired configuration.
ACL rules referencing users that do not exist are dropped. The response
reflects the settings actually saved, so verify it contains the rules you sent.
These are the same settings that the per-request
`X-Fal-Object-Lifecycle-Preference` header overrides on individual requests.
**Authentication:** Required. The API key must have the `account:settings:write` permission.
Next
Get storage settings