v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
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

is_llmstxt_enabledboolean nullable

Whether the llms.txt AI option is enabled. Present when the option is requested or when no specific option filter is provided.

is_web2agent_enabledboolean nullable

Whether the Web2Agent AI option is enabled. Present when the option is requested or when no specific option filter is provided.

Example response

{
  "is_llmstxt_enabled": true
}