--- title: 'Introduction' description: 'Welcome to the Pyspur API Reference' --- ## Overview The Pyspur API provides a comprehensive set of endpoints for managing AI workflows, datasets, and various AI-related operations. This API is built using FastAPI and follows RESTful principles. ## Base URL All API endpoints are relative to your Pyspur instance base URL: ```bash https://your-pyspur-instance/api ```