Skip to main content

API Status

Check the current operational status of the Fluence API and all its components.

Endpoint

GET /status

Authentication

Optional - works without API key for public status checking.

Parameters

None required.

Example Request

curl "https://a7qq5h74ej.execute-api.us-west-2.amazonaws.com/production/status" \
-H "X-API-Key: your-api-key-here"

Actual Response

{
"status": "online",
"ml_available": true,
"services_online": true,
"api_health": "healthy",
"timestamp": "2025-10-01T15:26:49.413273Z",
"endpoints": {
"basic_tier": ["analisar", "crm_basico"],
"complete_tier": ["analyze", "crm", "analisar-extensao-chrome"]
}
}

Status Values

StatusDescription
operationalService is fully operational
degradedService is running but with reduced performance
partial_outageSome features may be unavailable
major_outageService is currently unavailable

Use Cases

  • Health Monitoring: Check API status before making requests
  • System Integration: Verify connectivity during setup
  • Troubleshooting: Diagnose potential service issues
  • Monitoring Dashboards: Real-time status checking

Performance

  • Response Time: < 100ms
  • Credits Used: 0
  • Rate Limits: No limits applied
  • Authentication: Optional