Skip to main content
A visibility report benchmarks your website against competitors across AI models and industry-relevant prompts.

In the app

  1. Log in at app.krastie.ai.
  2. Open Visibility from the sidebar.
  3. Enter your website URL.
  4. Add competitors — Krastie can suggest these automatically based on your site.
  5. Review or edit prompts — the questions AI models will be asked about your category.
  6. Click Generate report.
The first report may take several minutes while Krastie queries multiple AI models. You can leave the page and return when processing completes.

Prefill competitors and prompts

Krastie can suggest competitors and prompts before you run a full report. In the app, use the prefill step when setting up a new site. Via the API, call POST /v1/ai/generate/seo-site-report/prefill with your website URL.

Refresh a report

Visibility changes as models update and competitors publish new content. Refresh reports regularly to track progress.
  • In the app: Open your existing report and select Refresh.
  • Via the API: Call POST /v1/ai/generate/seo-site-report with { "refresh": true }.
See the pricing page for refresh limits on your plan.

Report inputs

FieldRequiredDescription
Website URLYesThe site you want to measure
CompetitorsRecommendedUp to several competitor domains for comparison
PromptsRecommendedNatural-language queries your audience asks AI assistants
Better prompts reflect how real users search — “best CRM for startups” rather than generic brand terms.

Via the API

curl -X POST https://api.krastie.ai/v1/ai/generate/seo-site-report \
  -H "Content-Type: application/json" \
  -H "api-key: krastie_YOUR_KEY" \
  -d '{
    "websiteurl": "https://example.com",
    "competitors": ["https://competitor.com"],
    "prompts": ["best tools for AI search visibility"]
  }'
See AI visibility API for full endpoint documentation.

Next steps

Once your report is ready, read Understand your visibility report to interpret scores and competitor data.