{
  "schema_version": "1.0",
  "name": "APEX Digital Creative Agency API",
  "description": "Machine-readable API for APEX Digital Creative Agency data",
  "base_url": "https://business.studiomeyer.io",
  "endpoints": [
    {
      "path": "/api/v1/services/",
      "method": "GET",
      "description": "List of all services offered",
      "response_type": "application/json"
    },
    {
      "path": "/api/v1/portfolio/",
      "method": "GET",
      "description": "Selected work and case studies",
      "response_type": "application/json"
    },
    {
      "path": "/api/v1/info/",
      "method": "GET",
      "description": "Company information and contact details",
      "response_type": "application/json"
    },
    {
      "path": "/api/health/",
      "method": "GET",
      "description": "Health check endpoint",
      "response_type": "application/json"
    }
  ]
}