For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client и Usage

Endpoints для проверки ключа, профиля клиента и расхода API.

Проверка клиента и ключа

Current client API health

get
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Sanctum token in Authorization: Bearer <token> format.

Responses
200

Client API diagnostics.

application/json
stateinteger · enumRequiredPossible values:
messagestringRequired
get/private/health/client

Профиль клиента

Current client profile

get
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Sanctum token in Authorization: Bearer <token> format.

Responses
200

Client profile.

application/json
stateinteger · enumRequiredPossible values:
messagestringRequired
get/private/client
200

Client profile.

Usage, квоты и billing summary

API usage, quota and billing summary

get
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Sanctum token in Authorization: Bearer <token> format.

Responses
200

Current token usage summary.

application/json
stateinteger · enumRequiredPossible values:
messagestringRequired
get/private/usage

Последнее обновление

Это было полезно?