File size: 427 Bytes
e6410cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ---
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
``` |