Wispera provides an API to easily retrieve prompts and run them as part of your application. Prompts can then be managed independently of application code allowing you to continually enhance your AI features without code changes.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

"security": [
  {
    "bearerAuth": []
  }
]