Fablesh API

Open endpoints require no key. Protected endpoints require Authorization: Bearer cm_live_…. Keys are issued by an administrator in Admin → API keys.

Base URL

https://www.fablesh.com

Authentication

Authorization: Bearer cm_live_…

Available scopes

Each endpoint requires a specific scope. A key's scopes determine what it can do.

  • read:catalogRead own submissions and albums via v1
  • write:submissionsCreate and update submissions
  • write:albumsCreate albums/releases
  • read:audio:webFetch signed URL for the web transcode
  • read:audio:masterFetch signed URL for the master file (service only)
  • read:statsRead playback statistics
  • admin:moderateApprove or reject submissions (service only)
  • admin:keysManage API keys (service only)

User keys may only be granted: read:catalog, write:submissions, write:albums, read:audio:web, read:stats. The remaining scopes are reserved for service keys.

Loading documentation…