Skip to main content

API Reference

LLM Stack provides a simple and easy to use API interface to interact with the resources created on the platform. The API is designed to be simple and easy to use, with a focus on consistency and ease of use.

Authentication

All the API requests are authenticated using Token based authentication.

info

The tokens are generated on a 'Project' basis and can be used to interact with the resources created under that project.

Select any Project → Navigate to 'Settings' → Copy the 'API Token'.

Endpoint Creation Page

Base URL

https://api.llmstack.dev/dapi/

Headers

Authorization: Token <API Token>
Content-Type: application/json

Feature wise APIs