Create property

Creates property and property values for given team.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Team's sluggified name

Body Params

Annotations.Property.CreateRequest

Create property request information.

integer

Annotation class id

dataset_ids
array of integers
Defaults to []

List of dataset ids associated with the property. Can be set only when granularity is item

Annotations.Property.DatasetIds
string

Description of property

string
enum
Defaults to section
Allowed:
number | null
0 to 3600

Maximum recording duration in seconds. Only allowed on audio properties. Must be greater than 0 and at most 3600 (1 hour). Null means no upper bound; on update, an explicit null clears the bound while omitting the field leaves it unchanged.

number | null
0 to 3600

Minimum recording duration in seconds. Only allowed on audio properties. Must be greater than 0, at most 3600 (1 hour), and not exceed max_duration_seconds. Null means no lower bound; on update, an explicit null clears the bound while omitting the field leaves it unchanged.

string
required

Name of property

uuid | null

UUID of the parent property for nested properties

integer

Position of property in list

property_values
array of objects

Property values

property_values
boolean
Defaults to false

Indicates if property is required

trigger_condition
object | null

Trigger condition that determines when a child property becomes visible. Null for top-level properties. Otherwise either {"type": "any_value"} or {"type": "value_match", "property_value_ids": [...]}

string
enum
required
Allowed:
Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json