Zum Hauptinhalt springen
GET
/
api
/
v1
/
files
/
quota
Dateikontingent abfragen
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.

Autorisierungen

Authorization
string
header
erforderlich

##Alle APIs erfordern Bearer-Token-Authentifizierung##

API-Schlüssel erhalten:

Besuchen Sie die API-Schlüsselverwaltungsseite, um Ihren API-Schlüssel zu erhalten

Zum Anfrage-Header hinzufügen:

Authorization: Bearer YOUR_API_KEY

Antwort

200 - application/json

Erfolgreich

success
boolean

Whether the request was successful

Beispiel:

true

code
integer

Response status code

Beispiel:

200

data
object