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-onlyReports 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.
More Imagify abilities
Bulk optimize
Schedules a bulk image-optimization run across the WordPress media library or Imagify's custom folders.
Generate missing next-gen versions
Queues generation of missing WebP/AVIF versions for every already-optimized image on the site.
Get media optimization status
Retrieves the optimization status and size metrics for a single media library attachment.
Get next-gen format coverage
Reports how many optimized images are still missing a next-gen (WebP/AVIF) version and which next-gen format is configured.
Get optimization statistics
Returns aggregate optimization savings for both WordPress media and custom (non-Media-Library) folders.
Get plugin settings
Returns Imagify's current configuration options, with the API key redacted.