Authorization header can use the API.
Requirements
API keys are available on paid plans. Full API access, including higher rate limits and batch processing, requires the Agency plan. If you are on the Free plan, upgrade to unlock your key.Generating a key
1
Open API Key settings
Navigate to Dashboard → Settings → API Key.
2
Generate your key
Click Generate Key. Your new key is displayed immediately in the key field.
3
Copy and store the key
Copy the key and store it somewhere safe — for example, in a secrets manager or your environment variables. You will not be able to view the raw key again after leaving this screen.
Key format
Every Fluximage API key starts with the prefixflx_live_ followed by a 40-character hex string:
Rolling (regenerating) a key
You can generate a new key at any time using the Roll Key button in Settings. Rolling a key immediately and permanently deactivates your previous key — any request sent with the old key will be rejected.Using your key
Pass your API key in theAuthorization header as a Bearer token on every request: