BM Streams
Import bm streams
POST https://api-v2.acrcloud.com/api/ucf-projects/:pid/streams
Import BM streams to project
Path Parameters
Name
Type
Description
pid
number
The project id
Headers
Name
Type
Description
Authorization
string
Bearer token
Request Body
Name
Type
Description
bm_stream_ids
array
The BM streams ids array
from
string
BM-CUSTOM or BM-DATABASE
bm_project_id
number
The BM project id
{
"data": [
{
"uid": 1,
"pid": 10263,
"bm_stream_id": 191149,
"bm_project_id": 871,
"from": "BM-DATABASE",
"state": 1,
"updated_at": "2020-12-28T08:01:14.000000Z",
"created_at": "2020-12-28T08:01:14.000000Z",
"id": 79,
"bm_stream_name": "(ΛΑΜΨΗ) Lampsi 92.3 FM",
"bm_project_name": "test"
},
{
"uid": 1,
"pid": 10263,
"bm_stream_id": 198144,
"bm_project_id": 871,
"from": "BM-DATABASE",
"state": 1,
"updated_at": "2020-12-28T08:01:14.000000Z",
"created_at": "2020-12-28T08:01:14.000000Z",
"id": 80,
"bm_stream_name": ".977 Today's Hits",
"bm_project_name": "test"
}
]
}List the ucf streams
GET https://api-v2.acrcloud.com/api/ucf-projects/:pid/streams
Path Parameters
Name
Type
Description
pid
string
The ucf project id
Query Parameters
Name
Type
Description
page
number
per_page
number
Headers
Name
Type
Description
Authorization
string
Bearer token
Delete the bm streams
DELETE https://api-v2.acrcloud.com/api/ucf-projects/:pid/streams/ids
Path Parameters
Name
Type
Description
ids
string
The streams ids. Sparated by ','
pid
number
The ucf project id
Headers
Name
Type
Description
Authorization
string
Bearer token
Last updated