API Documentation

GuardianOS REST API reference and integration guide

Offline

Backend services are not available. Ensure the backend is running on ports 8000 and 8001.

Main API

https://guardianos-api-753766936932.us-central1.run.app

Fraud API

https://fraud-sentinel-api-753766936932.us-central1.run.app

Authentication

Bearer Token

Required for protected endpoints

Version

v1

GuardianOS API

Endpoints

Quick Start

1. Authentication

curl -H "Authorization: Bearer YOUR_API_KEY" ', getApiUrl('/api/v1/')adk/agents/status

2. Example Request

POST /api/v1/adk/workflows/trigger
{ "workflowType": "compliance_check", "requestId": "REQ-2024-001" }

3. WebSocket Connection

ws://localhost:8000/socket.io/

API Health Status

Main API (Port 8000)
Offline
Fraud API (Port 8001)
Offline
WebSocket
ws://localhost:8000/socket.io/
Total Endpoints8

Integration Tools