Labeling
All endpoints related to labeling sessions. A label session is where classes and labels can be added to segments.
📄️ Mark a segment as annotated
Mark a segment as annotated
📄️ Retrieve a tag
Retrieve a tag
📄️ Update a tag
Update a tag.
📄️ Delete a tag
Delete a tag
📄️ List all tags from a segment.
List all tags from a segment.
📄️ Add a tag to a segment
Add a tag to a segment
📄️ Mark a page as annotated
Mark a page as annotated
📄️ Mark a document as annotated
Mark a document as annotated
📄️ Download all labeling sessions of a project.
The result will be combined into one single file.
📄️ Connect an external source to Studio and pull training data from it.
Connect an external source to Studio and pull training data from it.
📄️ Upload a file for a new labeling session
A file contains one or more documents that can be used to create a labeling session.If show_preview is True, a preview will be shown and the endpoint to createa new labeling session must be called using the 'id' and a column nameobtained in the preview response.
📄️ Retrieve a document of a labeling session.
* segments: Show segments of a document * tags: Show tags of a document * meta: Show all the additional attributes that were originally given as the document was uploaded
📄️ List all documents from a labeling session
List all documents from a labeling session.
📄️ Download a labeling session
Download a labeling session
📄️ Return a labeling session.
📄️ Update a labeling session
Update a labeling session
📄️ Delete a labeling session.
This operation cannot be undone. The original document group will be preserved.
📄️ List all labeling sessions from a project
You can combine any of the parameters to filter the results.
📄️ Create a new labeling session
If neither documents nor document_ids are given, the whole documents of the system are used for this annotation.