Show AI option status
Show the current AI option status for the Hostinger Tools plugin on the specified WordPress installation.
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).
API Token authentication
u123456789WordPress installation (software) identifier
1232456789Pattern: ^[0-9]+$Filter the status by a single AI option.
llmstxtPossible values: Success response
Whether the llms.txt AI option is enabled. Present when the option is requested or when no specific option filter is provided.
trueWhether the Web2Agent AI option is enabled. Present when the option is requested or when no specific option filter is provided.
falseUnauthenticated response
Error response
GET /api/hosting/v1/accounts/{username}/wordpress/{software}/hostinger-plugins/ai-option/status HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"is_llmstxt_enabled": true,
"is_web2agent_enabled": false
}Last updated
Was this helpful?