J
Jadey Enterprise
REST API Active
GET /api/content

Welcome to the API Service

This server provides RESTful API endpoints for the Jadey Enterprise application ecosystem. All public and authenticated endpoints return JSON responses.

GET Public

/api/content

Returns settings, published services, projects, stats, and testimonials.

POST Throttle: 5/min

/api/contact

Submits client contact messages to the enterprise inbox.

curl -X GET /api/content
200 OK
{
  "status": "success",
  "service": "Jadey Enterprise REST API",
  "version": "1.0.0",
  "timestamp": "2026-08-17T18:28:13+00:00"
}