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"
}| Property | Type | Description |
|---|---|---|
| app | string | Server instance name |
| description | string | Server instance description |
| version | string | Server instance version |
| status | string | Server instance status |
| time | string | Current server time (ISO date string) |
| timestamp | number | Current server timestamp (ms) |
| startedAt | number | Server started at timestamp (ms) |
| uptime | string | Server 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.
