api_analyzer
Generate JSON schemas from API responses, diff two JSON objects, or create SDK boilerplate code in Python or TypeScript.
Instructions
Generate JSON schemas from API responses, diff two JSON objects, or create SDK boilerplate code in Python or TypeScript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON string (for schema/diff) or URL (for sdk) | |
| lang | No | ts | |
| data2 | No | Second JSON string for diff comparison | |
| action | Yes | schema |