Code Transform
Code Transform is the fastest way to convert between code and data formats — one API call, instant transformation. With a single POST request you get: - **12 format conversions**: JSON to TypeScript, JSON Schema, YAML, XML, CSV — and back. HTML to JSX, Markdown to HTML and back. All in one endpoint. - **Zero external dependencies**: Every transformation is implemented from scratch. No fragile…
Code Transform endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Transforms /transforms |
Returns the list of all 12 available format transformations with descriptions. |
| POST |
Transform Code /transform |
Convert between code and data formats. Send input content with source and target format, get transformed output. Supports 12 format pairs including JSON to TypeScript, YAML, XML,… |
Code Transform pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $19 / month | — |
|
| MEGA | $49 / month | — |
|