# Novel API

The Novel API is used by all Novel Products to handle and manage your SaaS.&#x20;

Novel uses [Fastify](https://fastify.dev/) for its underlying routing framework.

## OpenAPI

Novel uses OpenAPI to shape the requests as much as possible. The built-in routes will have described the input and output of each endpoint. This is useful for the web client as request files are generated automatically using the spec.

[See Requests →](https://docs.novel.dev/novel-web/requests)

You can also check the stable API Reference here

{% embed url="<https://docs.novel.dev/novel-server/novel-api/api-reference>" %}

## Postman

A spec is available in Postman if you would like to explore

{% hint style="info" %}
This is always up-to-date and includes canary changes
{% endhint %}

{% embed url="<https://api.postman.com/collections/30329062-a6849217-4bf6-4b1d-aa17-491fc7e3a08a?access_key=PMAT-01JFH5YBZQFKWKQB8YNNXSJNG5>" %}
Public Postman Collection
{% endembed %}
