Create dynamic tag

Create a dynamic tag for a category

Path parameters

category_idstringRequiredformat: "uuid4"
The unique identifier for the category

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequired
name of the dynamic tag
textPromptDatalist of stringsOptional

data from frontend used to create text_prompts

visualPromptDatalist of maps from strings to stringsOptional

data from frontend used to create visual_prompts

Response

The created dynamic tag
createdUserIdstring
The user that created the resource
createdDtstringformat: "date-time"
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtstringformat: "date-time"
The datetime the resource was last updated
dynamicTagIdstringformat: "uuid4"
The unique identifier of the dynamic tag
namestring
The name of the dynamic tag
categoryNamestring
Category name associated with tag
datasetslist of objects
The datasets associated with tag
textPromptslist of objects or null
The list of text prompts for this dynamic tag
visualPromptslist of objects or null
The list of visual prompts for this dynamic tag

Errors