File Scanning
Create a FS container
POST
https://api-v2.acrcloud.com/api/fs-containers
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer your_token |
Request Body
Name | Type | Description |
---|---|---|
name* | String | Your container name |
region* | String | eu-west-1,us-west-2,ap-southeast-1 |
audio_type* | String | linein or recorded. Default is linein linein: Audio of original file or stream without noise recorded: Audio captured via microphone or noisy audio files |
buckets* | Array | The project detects content from the buckets. The format is bucket id/name array. For example: [8881,8882,"ACRCloud Music"] |
engine* | Number | 1:Audio Fingerprinting 2:Cover Songs 3:Audio Fingerprinting & Cover songs 4:Speech to Text |
policy* | JSON | {"type":"traverse", "interval":0, "rec_length:10} or {"type":"points", "points":3} |
callback_url | String | Result callback url |
Get all the containers
GET
https://api-v2.acrcloud.com/api/fs-containers
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer your_token |
Content-Type | String | application/json |
Show one container
GET
https://api-v2.acrcloud.com/api/fs-containers/:container_id
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer your_token |
Content-Type | String | application/json |
Delete one container
DELETE
https://api-v2.acrcloud.com/api/fs-containers/:container_id
Path Parameters
Name | Type | Description |
---|---|---|
container_id* | Number | The Container ID |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer your_token |
Content-Type | String | application/json |
Last updated