UCF Results
List the ucf results
GET
https://api-v2.acrcloud.com/api/ucf-projects/:pid/results
Path Parameters
Name | Type | Description |
---|---|---|
pid | number | The ucf project id |
Query Parameters
Name | Type | Description |
---|---|---|
page | number | The page number |
begin_date | string | Filter the results by begin_date. The format is "%Y-%m-%d" or "%Y-%m-%d %H:%M:%S" |
end_date | string | Filter the results by end_date. The format is "%Y-%m-%d" or "%Y-%m-%d %H:%M:%S" |
sortby | string | Sort the results by 'id', 'num', 'duration_ms'. The default is sort by 'id'. |
order | string | desc or asc. Default is desc. |
status | string | 0:Pending results. 2: Edited results. 6: Reported results. 10: Bucketed results. 14: Reported & Bucketed results. -1: Deleted results |
min | string | Filter the results by minimum duration. (seconds) |
max | string | Filter the results by maximum duration.(seconds) |
streams | string | Filter the results by streams ids. Separated by , |
ucf_id | string | Filter the results by ucf id. |
label | string | 0: Unknown 1: Music 2: Speech 3: Music & Speech 4: Advertisement |
per_page | boolean | The item number of one page |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer token |
List the details of one ucf item
GET
https://api-v2.acrcloud.com/api/ucf-projects/:pid/results/:ucf_id/details
Path Parameters
Name | Type | Description |
---|---|---|
pid | number | The project id |
ucf_id | number | The ucf id |
Query Parameters
Name | Type | Description |
---|---|---|
page | number | |
per_page | number | |
begin_date | string | |
end_date | string |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer token |
Get the ucf record url
GET
https://api-v2.acrcloud.com/api/ucf-projects/:pid/results/:ucf_id/record
Path Parameters
Name | Type | Description |
---|---|---|
pid | string | |
ucf_id | string |
Query Parameters
Name | Type | Description |
---|---|---|
extend | string | The extend length(seconds) at the beginning and ending. Default is 20 seconds. The max value is 60 seconds |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer token |
Delete a ucf item
DELETE
https://api-v2.acrcloud.com/api/ucf-projects/:pid/results/:ucf_id
Path Parameters
Name | Type | Description |
---|---|---|
pid* | number | The ucf project id |
ucf_id* | number | The ucf id |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer token |
make a ucf item status pending
POST
https://api-v2.acrcloud.com/api/ucf-projects/:pid/results/:ucf_id/pending
Path Parameters
Name | Type | Description |
---|---|---|
pid* | Number | The ucf project id |
ucf_id* | Number | The ucf id |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer token |
Get one ucf item
GET
https://api-v2.acrcloud.com/api/ucf-projects/:pid/results/:ucf_id
Path Parameters
Name | Type | Description |
---|---|---|
pid* | Number | The project id |
ucf_id* | Number/String | The UCF item id or acrid |
Last updated