Skip to main content
GET
/
tags
/
auto-tagging
Get auto-tagging status
curl --request GET \
  --url https://api.open.cx/tags/auto-tagging \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true
}

Authorizations

Authorization
string
header
required

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

Response

Default Response

enabled
boolean
required

Whether AI auto-tagging is enabled