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.comAuthentication
Authorization: Bearer cm_live_…Available scopes
Each endpoint requires a specific scope. A key's scopes determine what it can do.
read:catalog— Read own submissions and albums via v1write:submissions— Create and update submissionswrite:albums— Create albums/releasesread:audio:web— Fetch signed URL for the web transcoderead:audio:master— Fetch signed URL for the master file (service only)read:stats— Read playback statisticsadmin:moderate— Approve or reject submissions (service only)admin:keys— Manage 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…