Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request GET \ --url 'http://localhost:8000/api/docs/changelog' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "versions": [ { "version": "string", "date": "2026-07-24", "changes": [] } ] }
Get the API changelog with version history.
object
Show versions
200
401
422
429