Skip to main content
You need access to Paradigm Shift AI platform to use any of the API endpoints

Welcome

Paradigm Shift AI is a end to end solution for developing AI agents and document contains the api endpoint references to all tools that are available via Paradigm Shift Platform

Paradigm Shift AI

View Paradigm Shift AI

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]