# Exec:Validate

**Page:** api/exec-validate

[Download Raw Markdown](./api/exec-validate.md)

---

## API Endpoints Summary

- **POST** `/api/v1/exec/validate/typescript` — Validate Type Script
- **POST** `/api/v1/exec/validate/syntax` — Validate Syntax
- **POST** `/api/v1/exec/validate/dependencies` — Validate Dependencies
- **POST** `/api/v1/exec/validate/return-type` — Validate Return Type
- **POST** `/api/v1/exec/validate/magic-comments` — Validate Magic Comments
- **POST** `/api/v1/exec/validate/script` — Validate Script

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```