Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fluximage.io/llms.txt

Use this file to discover all available pages before exploring further.

Fluximage uses two separate credit types to track your usage: compression credits and AI credits. Each type covers a different set of features, resets on a monthly cycle, and has its own per-plan allocation.

Compression credits

Compression credits are consumed each time you process an image through Fluximage — whether you use the dashboard uploader or the API. One image processed equals one compression credit used.
PlanCompression credits per month
Free20
Starter200
ProUnlimited
AgencyUnlimited

AI credits

AI credits are consumed when you use AI-powered features: AI alt text generation or SEO rename. Using both features on the same image still costs only 1 AI credit for that image.
PlanAI credits per month
Free0
Starter200
Pro1,000
Agency10,000

Top-up credits

If you run out of your monthly AI credit allocation before the period resets, you can purchase top-up credits. Top-up credits are additional AI credits that never expire — they carry over indefinitely and are consumed only after your monthly allocation has been fully used.
Top-up credits are a good option if you regularly run out of AI credits mid-month. Because they never expire, any unused top-ups roll over and remain available in future billing periods.

Monthly reset

Both compression credits and AI credits reset at the start of each billing period.
Your credits reset on your billing period start date, not on the 1st of the calendar month. The exact reset date depends on when you originally subscribed. Top-up credits are not affected by the monthly reset — they are never cleared.

Viewing your usage

Your current-period usage is shown directly on the Dashboard, including:
  • Compressions used vs. your monthly limit
  • AI credits used and remaining (monthly allocation plus any top-up balance)
You can also retrieve your current usage state programmatically via the API (Agency plan with an API key required):
curl https://fluximage.app/api/usage \
  -H "Authorization: Bearer flx_live_your_key_here"
The response includes the following fields:
FieldDescription
planYour current plan name
compressor_usedImages compressed this billing period
compressor_limitYour plan’s monthly compression limit
ia_credits_usedAI credits consumed this billing period
ia_credits_monthlyYour plan’s monthly AI credit allocation
ia_topup_creditsRemaining non-expiring top-up credits
ia_credits_remainingTotal AI credits still available (monthly + top-up)
canCompresstrue if you can still compress images this period
canUseIAtrue if you have AI credits available