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 |
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