Annotations
Create new annotation
Create a new annotation (requires authentication)
post/api/v3/annotations
Request body
Example request
{
"assetFilenames": [
"image1.jpg",
"image2.png"
]
}Response
Annotation created successfully
Create a new annotation (requires authentication)
{
"assetFilenames": [
"image1.jpg",
"image2.png"
]
}Annotation created successfully