Links

UCF Results

get
https://api-v2.acrcloud.com
/api/ucf-projects/:pid/results
List the ucf results
Curl
curl --location --request GET 'https://api-v2.acrcloud.com/api/ucf-projects/10263/results?page=1&per_page=10&status=0' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer token'
get
https://api-v2.acrcloud.com
/api/ucf-projects/:pid/results/:ucf_id/details
List the details of one ucf item
Curl
curl --location --request GET 'http://127.0.0.1:8080/api/ucf-projects/10263/results/340335/details?page=1&per_page=10' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer token'
get
https://api-v2.acrcloud.com
/api/ucf-projects/:pid/results/:ucf_id/record
Get the ucf record url
Curl
curl --location --request GET 'https://api-v2.acrcloud.com/api/ucf-projects/10263/results/340337/record' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer token'
delete
https://api-v2.acrcloud.com
/api/ucf-projects/:pid/results/:ucf_id
Delete a ucf item
Curl
curl --location --request DELETE 'https://api-v2.acrcloud.com/api/ucf-projects/results/4768035' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer token'
post
https://api-v2.acrcloud.com
/api/ucf-projects/:pid/results/:ucf_id/pending
make a ucf item status pending
get
https://api-v2.acrcloud.com
/api/ucf-projects/:pid/results/:ucf_id
Get one ucf item