Introduction

Welcome to the Fern API reference.

Pro Feature

This feature is only available on paid plans. Please schedule a demo or email us to get started.

The Fern API allows you to manage SDKs and code snippets using Fern’s public RESTful API.

Accessing the Fern API

Fern maintains official API clients for TypeScript and Python. We recommend using these clients, though the API supports any language or framework that sends HTTP requests. Let us know if you’d like an SDK in another language.

Authentication

Fern API requests require a bearer token for authentication. Use the CLI command fern token to generate a bearer token. Tokens do not expire.

Built with