Public
Documentation Settings

Skycloud LLM

The Skycloud LLM API v1 is a collection of RESTful HTTP endpoints designed to facilitate interaction with Skycloud's Large Language Model (LLM). Adhering to standard REST principles, the API allows users to authenticate, interact with the LLM, manage available models, and upload files for advanced processing.

Autorization

POSTLogin

https://skycloud.ir/api/v1/auth/login
HEADERS
Accept

application/json

Bodyraw (json)
json
{
    "email" : "api@api.com",
    "password" : "987654321"
}

LLM

Loading