Integrations
HTTP ingest and query.
Every other integration is a client of this API. Send JSON log records with a write token; query with a read token.
POST https://api.loghouse.ai/v1/logs
Authorization: Basic lht_…
content-type: application/json
[
{
"severity": "info",
"service_name": "api",
"message": "hello from LogHouse"
}
]See the API reference for fields, authentication, and query notes.
