Document Groups
All endpoints related to groups. A group as the name suggests, is a collection of documents.
📄️ Connect an external source to Studio and pull unlabeled data from it.
Connect an external source to Studio and pull unlabeled data from it.
📄️ Upload a file
Upload a file to a project. A file contains one or more documents that can be used to create a document group
📄️ Retrieve a document
Retrieve a document from a group.
📄️ List all documents from a group
Fetches all documents of a given groupUse URL params to control or filter the result:- ?search=wordto only show documents that contain word- ?offset=0&limit=10 to have a paginated view- ?details=segments,meta,tags to show details of a document * 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
📄️ Download all the documents of a group
Download all the documents of a group
📄️ Retrieve a Document Group
Retrieve a Document Group
📄️ Change a document group.
📄️ Delete a group of documents.
By deleting a group, all analyses or annotations created from that group will be deleted.
📄️ List all document groups that belongs to a project
List all document groups that belongs to a project
📄️ Create a new document group.
A document group is, as the name suggests, a group of documents. There are two ways of creating a group:- By calling the Create group endpoint with all the documents you want to add to the group- In two steps: first one, upload a file in CSV, TXT, JSON, JSONL or XLSX format using the Upload a File endpoint. Then, use the file_id received and the column you want