AIOLiveTVAIOLiveTV
API

Overview

Overview of the AIOLiveTV REST API.

AIOLiveTV exposes a REST API used by the configuration UI. Responses use a consistent JSON envelope.

Base Path: /api/v1


Response Envelope

All endpoints return a consistent top-level structure:

{
  "success": true,
  "detail": "optional message",
  "error": null,
  "data": { ... }
}
FieldTypeDescription
successbooleantrue if the request succeeded
detailstring | nullOptional informational message
errorobject | nullError object present when success is false
dataany | nullResponse payload

Error object:

FieldTypeDescription
codestringMachine-readable error code
messagestringHuman-readable description

Endpoints

On this page