メインコンテンツへスキップ
GET
/
api
/
v1
/
files
/
quota
ファイルクォータを照会
curl --request GET \
  --url https://files-api.evolink.ai/api/v1/files/quota \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "code": 200,
  "data": {
    "user_group": "default",
    "used_files": 35,
    "max_files": 2000,
    "remain_files": 65,
    "is_custom": false,
    "quota_reason": ""
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.evolink.ai/llms.txt

Use this file to discover all available pages before exploring further.

承認

Authorization
string
header
必須

##すべてのAPIにBearer Token認証が必要です##

APIキーの取得:

APIキー管理ページにアクセスしてAPIキーを取得してください

リクエストヘッダーに追加:

Authorization: Bearer YOUR_API_KEY

レスポンス

200 - application/json

成功

success
boolean

請求是否成功

:

true

code
integer

響應状態碼

:

200

data
object