Appearance
Create Annotation
POST
/annotations
Authorizations
HTTPBearer
Use your API token
Type
HTTP (bearer)
Request Body
application/json
JSON
{
"conversationId": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"userInterviewId": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"annotation": "Example annotation",
"startIndex": 42,
"endIndex": 42,
"label": "string"
}
Responses
Successful Response
application/json
id
string
Required
Format
"uuid"conversationId
string
Required
Format
"uuid"userInterviewId
string
Required
Format
"uuid"annotation
string
Required
startIndex
integer
Required
endIndex
integer
Required
createdAt
string
Required
Format
"date-time"label
string |null