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

Route execute_pipeline

backend/app/api/execution.py:None–None  ·  view source on GitHub ↗
router.post("/execute", response_model=ExecuteResponse)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected