Introduction

Account Info

Get your account profile details

Endpoint https://native.kixbit.biz.id/api/v1.php?key=[your_api_key]&action=account_info
Parameter Description Required

Key

Your API Key Yes

action

Account Info Yes

Response Example

{
    "status": 200,
    "msg": "OK",
    "result": {
        "foto_profile": "https://native.kixbit.biz.id/assets/img/avatars/default.png",
        "full_name": "kixbit official",
        "username": "kixbit",
        "email": "example@gmail.com",
        "password": "********"
    }
}

Stream Mode

Retrieve streaming links for a specific video using proxy or load balancer mode.


Endpoint Mode Proxy https://native.kixbit.biz.id/api/v1.php?key=[your_api_key]&action=stream_mode&id=[id_video]&mode=proxy
Endpoint Mode LB https://native.kixbit.biz.id/api/v1.php?key=[your_api_key]&action=stream_mode&id=[id_video]&mode=lb
PARAMETER DESCRIPTION REQUIRED

Key

Your Api Key Yes

Mode

Proxy or Lb Yes

ID

ID Video Yes

Response Example Mode Proxy

{
  "status": 200,
  "message": "OK",
  "server_time": "2026-03-11 15:40:00",
  "data": {
    "mode": "proxy",
    "stream_url": "https://native.kixbit.biz.id/stream/?id=MTc3MzA2NzM1NF84MWM1ODY0Nw==&mode=proxy",
    "available_modes": [
      "proxy",
      "lb"
    ]
  }
}

Response Example Mode Loadblancer

{
  "status": 200,
  "message": "OK",
  "server_time": "2026-03-11 15:40:00",
  "data": {
    "mode": "lb",
    "stream_url": "https://native.kixbit.biz.id/stream/?id=MTc3MzA2NzM1NF84MWM1ODY0Nw==&mode=lb",
    "available_modes": [
      "proxy",
      "lb"
    ]
  }
}

Stream Cloud Storj

Retrieve streaming links for videos stored on Storj Cloud Storage.


Endpoint CDN Stream https://native.kixbit.biz.id/api/v1.php?key=[your_api_key]&action=stream_cloud_storj&id=[id_video]&type=cdn_stream
Endpoint Master Playlist https://native.kixbit.biz.id/api/v1.php?key=[your_api_key]&action=stream_cloud_storj&id=[id_video]&type=playlist
PARAMETER DESCRIPTION REQUIRED

Key

Your API Key Yes

access_grant

Access Grant

No

ID

ID Video Yes

Type

cdn_stream or playlist Yes

Response Example CDN Stream

{
  "status": 200,
  "message": "OK",
  "server_time": "2026-03-11 17:40:00",
  "data": {
    "type": "cdn_stream",
    "stream_url": "https://native.kixbit.biz.id/stream/?id=MTc3MzA3NDk1MV8xODQ0M2I4YQ==&mode=storj",
    "available_types": [
      "cdn_stream",
      "playlist"
    ]
  }
}

Response Example Master Playlist

{
  "status": 200,
  "message": "OK",
  "server_time": "2026-03-11 17:40:00",
  "data": {
    "type": "playlist",
    "stream_url": "https://cdn.kixbit.biz.id/raw/access_grant/kixbit/videos/1773074951_18443b8a/master.m3u8",
    "available_types": [
      "cdn_stream",
      "playlist"
    ]
  }
}

Direct Streaming

Retrieve direct video streaming links including player link and HLS master playlist.


Endpoint Direct Stream https://native.kixbit.biz.id/api/v1.php?key=[your_api_key]&action=direct_stream&id=[id_video]&type=direct
Endpoint Master Playlist https://native.kixbit.biz.id/api/v1.php?key=[your_api_key]&action=direct_stream&id=[id_video]&type=playlist
PARAMETER DESCRIPTION REQUIRED

Key

Your API Key Yes

ID

ID Video Yes

Type

direct or playlist Yes

Response Example Direct Stream

{
  "status": 200,
  "message": "OK",
  "server_time": "2026-03-11 16:40:00",
  "data": {
    "type": "direct",
    "stream_url": "https://native.kixbit.biz.id/stream/?id=MTc3MzA2NzM1NF84MWM1ODY0Nw==",
    "available_types": [
      "direct",
      "playlist"
    ]
  }
}

Response Example Master Playlist

{
  "status": 200,
  "message": "OK",
  "server_time": "2026-03-11 16:40:00",
  "data": {
    "type": "playlist",
    "stream_url": "https://native.kixbit.biz.id/hls/1773067354_81c58647/master.m3u8",
    "available_types": [
      "direct",
      "playlist"
    ]
  }
}