POSThttps://api.buildwithfern.com/sdk/generate
Body Parameters
View in API Reference
Request
$curl -X POST https://api.buildwithfern.com/sdk/generate \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "api": {
> "type": "openapi",
> "value": {
> "key": "value"
> }
> },
> "language": "typescript",
> "publishing": {}
>}'
Response