File Scanning
Create a FS container
Headers
Name
Type
Description
Request Body
Name
Type
Description
```json
{
"data": {
"id": 123456,
"uid": 123,
"region": "eu-west-1",
"name": "container name",
"buckets": [
{
"id": 23,
"name": "ACRCloud Music",
"type": "ACRCloudFile",
"metadata_template": null
}
],
"audio_type": "linein",
"num": 1,
"size": 14,
"policy": {
"type": "traverse",
"interval": 0,
"rec_length": 10,
"ai_detection": 1
},
"engine": 1,
"callback_url": null,
"created_at": "2023-04-28T07:53:40.000000Z",
"updated_at": "2023-04-28T07:53:40.000000Z"
}
}
```Get all the containers
Headers
Name
Type
Description
Show one container
Headers
Name
Type
Description
Delete one container
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated