📄️ Public REST API
This article describes how to use the Civitai REST API. We are going to be describing the HTTP method, path, and parameters for every operation. The API will return the response status code, response headers, and a response body.
📄️ JavaScript SDK
A node.js client for Civitai's generator to run Civitai models from your Node.js code.
📄️ Python SDK
A Python client for Civitai's generator to run Civitai models from your Python code.