ACRCloud
ACRCloud
ACRCloud
ACRCloud
Introduction
Get Started
Console Tutorials
SDK REFERENCE
Mobile SDK
Backend SDK
Error Codes
API Reference
Identification API
Console API
Buckets
Base Projects
OfflineDBs
BM Projects
UCF Projects
Tools
Audio File Fingerprinting Tool
Local Monitoring Tool
Live Channel Fingerprinting Tool
File Scan Tool
Metadata
Music
Music (Broadcast Monitoring with Broadcast Database)
Custom Files
Live Channels
Humming
FAQ
Definition of Terms
Service Usage
OfflineDBs
post
Create an offline db
https://api-v2.acrcloud.com
/api/offlinedbs
Request
Response
Request
Headers
Authentication
required
string
Bearer token
Body Parameters
name
required
string
The offline db name
region
required
string
us-west-2,eu-west-1,ap-southeast-1
buckets
required
array
The bucket id array
audio_type
required
string
linein or recorded. It's the type of audios you want to recognize. linein: Audio of the original files without noise. recorded: Audio captured via microphone or noisy audio files
Response
200: OK
Cake successfully retrieved.
​
put
Rebuild the offline db
https://api-v2.acrcloud.com
/api/offlinedbs/:id
Request
Response
Request
Path Parameters
id
required
number
The offline db id
Headers
Authentication
required
string
Bearer token
Response
200: OK
​
delete
Delete the offline db
https://api-v2.acrcloud.com
/api/offlinedbs/:id
Request
Response
Request
Path Parameters
id
required
string
The offlinedb id
Headers
Authentication
required
string
Bearer token
Response
204: No Content
​
get
Download the offlinedb
https://api-v2.acrcloud.com
/api/offlinedbs/:id
Request
Response
Request
Path Parameters
id
required
string
The offlinedb id
Headers
Authentication
required
string
Bearer token
Response
200: OK
​
Previous
Base Projects
Next
BM Projects
Last updated
7 days ago
Contents
post
Create an offline db
put
Rebuild the offline db
delete
Delete the offline db
get
Download the offlinedb