← Back to Productivity & Business
WordPress Optimizer
WordPress performance optimization
https://hub.toolweb.in/tools/wordpress-optimizer/
Endpoints
POST
/optimize-wp
Optimize Wp
Request Body (JSON)
{
"site": "<string>",
"username": "<string>",
"password": "<string>"
}
POST
/tune-wp
Tune Wp
Request Body (JSON)
{
"site": "<string>",
"token": "<string>"
}
GET
/health
Health Check
Quick Start
# cURL
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/tools/wordpress-optimizer/
# Python
import requests
r = requests.get("https://hub.toolweb.in/tools/wordpress-optimizer/",
headers={"X-API-Key": "YOUR_API_KEY"})
print(r.json())
# JavaScript
fetch("https://hub.toolweb.in/tools/wordpress-optimizer/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.