UCF Projects
Create a ucf project
POST
https://api-v2.acrcloud.com/api/ucf-projects
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Authorization
string
Bearer token
Request Body
Name
Type
Description
name
string
The project name
type
string
BM or FILES, default is BM.
region
string
eu-west-1,us-west-2,ap-southeast-1
config
object
default is {"days":3,"mini_ms":5000,"max_ms":300000}
List the ucf projects
GET
https://api-v2.acrcloud.com/api/ucf-projects
Query Parameters
Name
Type
Description
region
string
Headers
Name
Type
Description
Authorization
string
Bearer token
Update a ucf project
PUT
https://api-v2.acrcloud.com/api/ucf-projects/:id
Path Parameters
Name
Type
Description
id
number
the ucf project id
Headers
Name
Type
Description
Authorization
string
Bearer token
Request Body
Name
Type
Description
config
object
name
string
Delete a ucf project
DELETE
/api/ucf-projects/:id
Path Parameters
Name
Type
Description
id
number
The ucf project id
Headers
Name
Type
Description
Authorization
string
Bearer token
Last updated