{
  "service": "euripides-graphis",
  "version": "1.0.0",
  "description": "Hollywood screenplay DOCX generator service",
  "endpoints": [
    {
      "path": "/generate",
      "method": "POST",
      "description": "Generate a DOCX screenplay from JSON input",
      "authentication": "Bearer token required"
    },
    {
      "path": "/validate",
      "method": "POST",
      "description": "Validate JSON input without generating DOCX",
      "authentication": "Bearer token required"
    }
  ]
}