Skip to main content
GET
/
api
/
v1
/
tags
Get all tags
curl --request GET \
  --url https://www.suprsonic.com/api/v1/tags \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "tag": "<string>",
      "usage_count": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.suprsonic.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Admin API key for managing accounts and creating content

Response

Successfully retrieved tags

success
boolean
Example:

true

data
object[]

Array of tags with usage counts, sorted by usage count descending