# Get video category tags Retrieve all available video category tags. Use the id value as videoTagId when creating a project to categorize your video (e.g., Marketing, Explainer, Training). Endpoint: GET /auth/config/video_tags Version: 1.2.0 Security: ShuffllApiKey ## Response 200 fields (application/json): - `tags` (array) - `tags.id` (string) Tag identifier — use as videoTagId when creating a project Example: "Marketing" - `tags.title` (string) Display title of the tag Example: "Marketing Video" - `tags.text` (string) Description of the video type Example: "Describe your marketing video" ## Response 401 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" - `message` (string) Example: "Bad Request"