Get account status is a WordPress ability from Imagify — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.

Install Free Plugin →

Get account status

Read-only
Imagify Content & Tools imagify/get-account

Reports the connected Imagify account's plan, quota consumption, and API key validity.

Requires the Imagify plugin on WordPress 6.9+ for the Abilities API (abilities are registered only when the wp_register_ability() function exists). Most abilities are gated by the Imagify 'manage' capability, resolved through Imagify's own capability abstraction (honors the imagify_capacity filter and multisite network-admin logic; equivalent to manage_options by default); the bulk-optimize, generate-missing-nextgen, and restore-media abilities instead check the WordPress 'manage_options' capability directly.

What it does

This ability returns the current Imagify account's plan label, total quota, quota consumed this month, any extra purchased quota and how much of it has been used, the date the quota next resets, and whether the configured API key is valid. It takes no input and makes no changes. Use it before running bulk or automated optimizations to confirm there is enough remaining quota, or to quickly diagnose a 'why isn't Imagify working' report by checking whether the API key is actually valid.

See it in action

You ask your AI assistant

"How much of my Imagify quota have I used this month, and is my API key still valid?"

Returns

An object with 'plan_label' (the account's plan name), 'quota' and 'consumed_current_month_quota' (numbers or strings depending on account type), 'extra_quota' and 'extra_quota_consumed' for any additional purchased allowance, 'next_date_update' (when the quota resets), and 'is_api_key_valid' (boolean).

Permission

The current user must have the Imagify 'manage' capability.

Newsletter

The AI + WordPress space moves fast. Keep up.

New tools, workflow ideas, and product updates — be the first to know what's next.

No spam, unsubscribe anytime.