Skip to content

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
object
Format"uuid"
Format"uuid"
Format"uuid"
Format"date-time"
string |null

Samples

Powered by VitePress OpenAPI