NL Web Design

Total Runs
0
Completed
0
successful analyses
Failed
0
Running
0
Pages Generated
0

Recent Jobs

View all
No jobs yet. Go to SEO Tools to run your first analysis.

Grace API Reference

Grace can control this dashboard by calling these REST endpoints with Authorization: Bearer YOUR_API_KEY.

POST /api/sites/site_nlwebdesign/tools/run Trigger an SEO tool
GET /api/sites/site_nlwebdesign/jobs List recent jobs
GET /api/sites/site_nlwebdesign/results/:jobId Fetch a result
POST /api/sites/site_nlwebdesign/pages/generate Generate an SEO page
Example: run a tool
POST /api/sites/site_nlwebdesign/tools/run
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "toolId": "seo-technical",
  "params": {
    "notes": "Focus on mobile performance"
  }
}