API · Preview

Automate with the TV4U API

Provision clients, renewals and devices programmatically. Full REST API is on the roadmap — here's what it will look like.

Authentication

Each partner gets an API key. Send it as a Bearer token.

GET /api/v1/clients
Authorization: Bearer <your_api_key>

Endpoints (planned)

POST/api/v1/clientsCreate a client
POST/api/v1/clients/:code/renewRenew a client
GET/api/v1/clients/:codeGet client status
GET/api/v1/clients/:code/devicesList devices
GET/api/v1/walletBalance & credits

Example

POST /api/v1/clients
{
  "name": "John D.",
  "months": 1,
  "playlist_url": "https://your-source/list.m3u"
}

→ 200 { "code": "480213", "expires_at": "2026-08-10" }

Want early API access?

Tell us your use case and we'll get you on the list.