ACRCloud
Visit WebsiteConsole
  • Introduction
  • Get Started
  • Console Tutorials
    • Recognize Music
    • Recognize Custom Content
    • Broadcast Monitoring for Music
    • Broadcast Monitoring for Custom Content
    • Detect Live & Timeshift TV Channels
    • Recognize Custom Content Offline
    • Recognize Live Channels and Custom Content
    • Find Potential Detections in Unknown Content Filter
  • SDK REFERENCE
    • Mobile SDK
      • iOS
      • Android
      • Unity
    • Backend SDK
      • Python
      • PHP
      • Go
      • Java
      • C/C++
      • C#
    • Error Codes
  • API Reference
    • Identification API
    • Console API
      • Access Token
      • Buckets
        • Audio Files
        • Live Channels
        • Dedup Files
      • Base Projects
      • OfflineDBs
      • BM Projects
        • Custom Streams Projects
          • Streams
          • Streams Results
          • Streams State
          • Recordings
          • Analytics
          • User Reports
        • Broadcast Database Projects
          • Channels
          • Channels Results
          • Channels State
          • Recordings
          • Analytics
          • User Reports
      • File Scanning
        • FsFiles
      • UCF Projects
        • BM Streams
        • UCF Results
    • Metadata API
  • 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
Powered by GitBook
On this page
  • Create an offline db
  • Rebuild the offline db
  • Delete the offline db
  • Download the offlinedb
  1. API Reference
  2. Console API

OfflineDBs

Create an offline db

POST https://api-v2.acrcloud.com/api/offlinedbs

Headers

Name
Type
Description

Authorization

string

Bearer token

Request Body

Name
Type
Description

name

string

The offline db name

region

string

us-west-2,eu-west-1,ap-southeast-1

buckets

array

The bucket id array

audio_type

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

Rebuild the offline db

PUT https://api-v2.acrcloud.com/api/offlinedbs/:id

Path Parameters

Name
Type
Description

id

number

The offline db id

Headers

Name
Type
Description

Authorization

string

Bearer token

Delete the offline db

DELETE https://api-v2.acrcloud.com/api/offlinedbs/:id

Path Parameters

Name
Type
Description

id

string

The offlinedb id

Headers

Name
Type
Description

Authorization

string

Bearer token

Download the offlinedb

GET https://api-v2.acrcloud.com/api/offlinedbs/:id

Path Parameters

Name
Type
Description

id

string

The offlinedb id

Headers

Name
Type
Description

Authorization

string

Bearer token

Last updated 3 years ago