Create dynamic tag
POST
Create a dynamic tag for a category
Path parameters
category_idstringRequired
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
This endpoint returns an object.
createdUserIdstring
The user that created the resource
createdDtdatetime
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtdatetime
The datetime the resource was last updated
dynamicTagIdstring
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 objectsOptional
The list of text prompts for this dynamic tag
visualPromptslist of objectsOptional
The list of visual prompts for this dynamic tag