Skip to content

Lin-data API documentation

General

Base URL:

https://api.lindata.ai/

API endpoints

Server info

GET /

Response

json
{
    "app": "lin.data.api",
    "description": "LinData API server",
    "version": "0.0.0",
    "status": "running",
    "time": "2025-05-21T14:48:29.293Z",
    "timestamp": 1747838909293,
    "startedAt": 1747756245800,
    "uptime": "23h"
}
PropertyTypeDescription
appstringServer instance name
descriptionstringServer instance description
versionstringServer instance version
statusstringServer instance status
timestringCurrent server time (ISO date string)
timestampnumberCurrent server timestamp (ms)
startedAtnumberServer started at timestamp (ms)
uptimestringServer uptime as a human-readable duration

Authentication headers

json
{
  "x-api-key": "api-key"
}

You can check your api key or generate a new one here.

Check api key