/
UH
uhh-lt
/
Discourse Analysis Tool Suite API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 20m ago · Updated 3d ago
Details
Filter operations
analysis
4
annoscaling
2
authentication
8
bboxAnnotation
8
classifier
10
code
5
conceptOverTimeAnalysis
11
docprocessing
6
folder
7
general
3
import
3
job
14
llm
8
memo
10
perspectives
15
project
7
projectMetadata
5
rag
3
sdocMetadata
6
search
14
search_annotate
1
searchView
5
sentenceAnnotation
10
simsearch
2
sourceDocument
7
spanAnnotation
14
spanGroup
7
statistics
3
tag
13
put
Creates a new Tag and returns it with the generated ID.
patch
Links multiple Tags with the SourceDocuments and returns the number of new Links
delete
Unlinks all Tags with the SourceDocuments and returns the number of removed Links.
patch
Sets SourceDocuments' tags to the provided tags
patch
Updates SourceDocuments' tags
get
Returns the Tag with the given ID.
delete
Deletes the Tag with the given ID.
patch
Updates the Tag with the given ID.
get
Returns all Tags of the Project with the given ID
get
Returns all TagIDs linked with the SourceDocument.
get
Returns all SourceDocument IDs attached to the Tag with the given ID if it exists.
post
Returns a dict of all tag ids with their count of assigned source documents, counting only source documents in the given id list
post
Counts the Tags of the User (by user_id) per Tags (by class_ids) in Documents (by sdoc_ids)
TagRecommendation
3
timelineAnalysis
7
user
8
whiteboard
7
word_frequency
4
tag
Sets SourceDocuments' tags to the provided tags
patch
/tag/bulk/set
Request body
SourceDocumentTagLinks[]
required
source_document_id
integer
required
ID of SourceDocument
tag_ids
integer[]
required
List of IDs of Tags
Response
Successful Response
integer
required
Changes