Skip to main content

Purpose

Returns the AI website URL for a business. This is the deployed site on Vercel that contains llms.txt, structured data, and boosted pages.

Architecture

Response Format

{
  "status": "success",
  "deployment_url": "https://business-name.searchcompany.dev",
  "project_name": "business-name-abc123",
  "deployed_at": "2024-01-15T10:30:00Z",
  "business_name": "Acme Corp",
  "source_url": "https://acme.com"
}

URL Types

FieldDescriptionExample
deployment_urlVercel deployment URLhttps://business.searchcompany.dev
source_urlCustomer’s original domainhttps://acme.com

Code Location

src/app/apis/what_were_doing/ai_website/routes.py