MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / validate_url

Route validate_url

backend/app/api/scraping.py:None–None  ·  view source on GitHub ↗
router.post("/validate-url")

Source from the content-addressed store, hash-verified

1from fastapi import APIRouter, HTTPException, BackgroundTasks
2from pydantic import BaseModel, HttpUrl
3from typing import List, Dict, Optional
4import asyncio

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected