Remove a manual tag
Removes a manual tag (normalized match) from a vault media item. Only manual tags are deletable; a non-manual or absent tag returns 404. Requires a write-scoped key.
Authorization
bearerAuth Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
Vault media id.
The manual tag to remove.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/admin/content/string/tags/string"{ "media_id": "501", "tag": "mood:playful", "deleted": true}{ "detail": "Not authenticated"}{ "detail": { "code": "engine_not_connected", "message": "Connect your engine to access this data." }}{ "detail": "manual tag not found"}Add a manual tag
Adds a normalized manual tag to a vault media item. Namespaced facets (cat:* / mood:* / len:* / kink:*) and plain tags are allowed. Idempotent: re-adding an existing tag is a no-op. Requires a write-scoped key.
Content detail card
Returns one content item's detail: vault stats, its 1-based rank by purchases, captured sales, and the bundles it sells in. No per-buyer transaction list is returned. Requires a read-scoped key.