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

Route create_pipeline

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected