Skip to main content
GET
/
cover-art
/
templates
Get available cover art templates
curl --request GET \
  --url https://open.beatpass.ca/api/v1/cover-art/templates \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "templates": [
    {
      "id": 1,
      "name": "Modern Template",
      "preview_url": "https://example.com/template-preview.jpg"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of cover art templates

status
string
Example:

"success"

templates
object[]
Last modified on November 29, 2025