Skip to main content

Welcome

Welcome to the Starfort API documentation. This API allows you to integrate Starfort’s AI security capabilities directly into your applications and workflows.

Starfort API Specification

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer tokens.
"security": [
  {
    "bearerAuth": []
  }
]