HeartBot / pyspur /docs /api-reference /introduction.mdx
shibbir24's picture
Upload 520 files
e6410cf verified
---
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
```