v6

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0182128753.1 KB
Annotations

Create Annotation

Available for: Chatflow, Chatbot, Agent apps.

Creates an annotation. Annotations are predefined question-answer pairs the app returns directly on a match, instead of generating a fresh response.

post/apps/annotations

Request body

questionstring required

Question text the app matches incoming user input against.

answerstring required

Answer returned when this annotation is matched.

Response

Annotation created successfully.

idstring uuid

Unique annotation identifier.

questionstring nullable

Question text that triggers this annotation.

answerstring nullable

Predefined answer returned when the annotation is matched.

hit_countinteger nullable

Number of times this annotation has been matched and returned as a reply.

created_atinteger nullable

Creation timestamp (Unix epoch seconds).