Projects
All endpoints related to projects. A "project" is the place where your custom models will be.
📄️ List all projects
List all projects that the authorized user has access to.
📄️ Create a new project.
Create a new project.
📄️ List all projects' permission.
📄️ List all projects' analyses.
Use URL params to control or filter the result.The pagination should be done by increasing the offset by the value of limit until the property has_more is false
📄️ Transfer a project to a workspace.
Transferring a project will transfer all data associated to this project.
📄️ Retrieve a task of project
Retrieve a task of project
📄️ Clone a project.
Cloning a project will clone all data associated to this project.
📄️ Edit a tag
📄️ Delete a tag
Delete a tag
📄️ List all tags of a project
📄️ Retrieve a project
Retrieve a project
📄️ Change project data.
Any project attribute can be given that should be updated.
📄️ Delete a project.
By deleting a project, all data that is managed by the project (document, models) will be deleted as well and cannot be restored.