Call Kiln over HTTP
arrow-up-right arrow-up-right
We also offer an open-source self-hostable REST API (web API) for Kiln, based on FastAPIarrow-up-right.
To install the Kiln rest API, run the following command:
pip install kiln_server
The REST API docsarrow-up-right explain the endpoints, parameters, response format, and errors.
The REST API supports OpenAPI, which means you can generate typed client libraries for almost any language using code generators:
OpenAPI Generator Listarrow-up-right
Swagger Codegenarrow-up-right
Last updated 9 months ago