Saltar al contenido principal
GET
/
api
/
v1
/
files
/
quota
Consultar cuota de archivos
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.

Autorizaciones

Authorization
string
header
requerido

##Todas las APIs requieren autenticación Bearer Token##

Obtener API Key:

Visita la Página de gestión de API Key para obtener tu API Key

Agregar al encabezado de la solicitud:

Authorization: Bearer YOUR_API_KEY

Respuesta

200 - application/json

Éxito

success
boolean

Whether the request was successful

Ejemplo:

true

code
integer

Response status code

Ejemplo:

200

data
object