# Server time

`GET https://atlas-api.skylit.ai/v1/time`

API: Atlas. Credits: 0.

Current server time as a Unix-seconds integer (UDF `/time`). Free.

## Authentication

Send your Skylit API key as a bearer token: `Authorization: Bearer <key>`. No other header is accepted.

## Example request

```bash
curl "https://atlas-api.skylit.ai/v1/time" \
  -H "Authorization: Bearer $SKYLIT_API_KEY"
```

## Responses

### 200

Unix seconds.

Shape (placeholder values):

```json
1748736123
```

### 401

Missing or invalid API key.
