Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1020 Bytes

rest-api.md

File metadata and controls

27 lines (17 loc) · 1020 Bytes
description icon
Call Kiln over HTTP
globe

REST API

PyPI - Version Docs

We also offer an open-source self-hostable REST API (web API) for Kiln, based on FastAPI.

To install the Kiln rest API, run the following command:

pip install kiln_server

Docs

The REST API docs explain the endpoints, parameters, response format, and errors.

Client Side Libraries

The REST API supports OpenAPI, which means you can generate a typed client libraries for almost any language using code generators: