WordPress: AI Tools
Show AI option status
Show the current AI option status for the Hostinger Tools plugin on the specified WordPress installation. Filter by option to return a single option, or omit it to return all options.
Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).
get/api/hosting/v1/accounts/{username}/wordpress/{software}/hostinger-plugins/ai-option/status
Path parameters
usernamestring required
Example:u123456789
softwarestring required
Example:1232456789
WordPress installation (software) identifier
Query parameters
option'llmstxt' | 'web2agent' nullable
Example:llmstxt
Filter the status by a single AI option.
Response
Success response
Example response
{
"is_llmstxt_enabled": true
}