Create Annotation
POST /api/creative/plot/annotations
POST
/api/creative/plot/annotations
Create a plot annotation on a document.
Request Body required
Section titled “Request Body required ” AnnotationCreateRequest
Create a plot annotation.
object
documentId
required
Documentid
Document to annotate
string
anchorParagraphIndex
required
Anchorparagraphindex
Paragraph index
integer
anchorText
Anchortext
Nearby text
string
noteText
required
Notetext
Note content
string
noteType
Notetype
Note type
string
Responses
Section titled “ Responses ”Successful Response
AnnotationResponse
Single annotation response.
object
status
required
Status
Operation status
string
data
required
PlotAnnotation
The annotation
object
id
required
Id
Annotation UUID
string
documentId
required
Documentid
Document this annotation belongs to
string
documentTitle
Documenttitle
Title of the linked document
string
anchorParagraphIndex
required
Anchorparagraphindex
Paragraph index (0-based)
integer
anchorText
Anchortext
Nearby text for re-anchoring
string
noteText
required
Notetext
The annotation content
string
noteType
Notetype
Classification
string
status
Status
Annotation lifecycle status
string
plotlineTitle
Plotlinetitle
Title of linked plotline
string
plotlineColor
Plotlinecolor
Color of linked plotline
string
pointTitle
Pointtitle
Title of linked plot point
string
pointType
Pointtype
Type of linked plot point
string
beatSheetPositionName
Beatsheetpositionname
Beat sheet position name
string
plantTitle
Planttitle
Title of linked plant
string
plantStatus
Plantstatus
Status of linked plant
string
entityNames
Entitynames
Entities at linked point
Array<string>
pointEntities
Pointentities
Linked lore entities at the plot point
Array<object>
PlotlineEntityEntity tagged to a plotline or plot point.
createdAt
required
Createdat
Created timestamp (ms)
integer
modifiedAt
required
Modifiedat
Modified timestamp (ms)
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context