Skip to content

API Reference

See the API Server Tutorial for complete API documentation including:

  • Installation and quick start
  • All REST endpoints with examples
  • Docker deployment
  • Integration examples (Python, JavaScript, curl)
  • Production deployment guide

For interactive API documentation, start the server and visit:

  • Swagger UI: http://localhost:8000/docs
  • ReDoc: http://localhost:8000/redoc

Quick Start

# Install API dependencies
pip install 'dta-provenance[api]'

# Start the server
dta-provenance serve

# Access interactive docs
open http://localhost:8000/docs

View Full API Server Documentation →