Models
All endpoints related to models.
📄️ Upload a model.
📄️ List all models of a user
List all models that user is authorized to see.
📄️ Download a model by organization name and model name
📄️ Download a model that belongs to a project
📄️ Retrieve models user is authorized to see.
Parameters can be combined to filter models.
📄️ Retrieve a specific model that belongs to a project
📄️ Update a model that belongs to a project.
Updates meta data of a model. All model's attributes can be changed:
📄️ Delete a model that belongs to a project..
📄️ Retrieve models that belongs to a project
📄️ Train a new model.
📄️ List all model permissions
List all model permissions
📄️ Download a model
📄️ List all analysis from a model
List all analysis from a model.The list of documents can be filtered by providing query parameters such as 'search' , 'classes', 'labels', 'details' or paginated with 'offset' and 'limit'. The pagination should be done by increasing the offset by the value of limit until the property has_more is false
📄️ Download a model by name
📄️ Unfavorite a model
Unfavorite a model
📄️ Favorite a model.
📄️ Retrieve a model by its ID
📄️ Update a Model
Updates meta data of a model. All model's attributes can be changed:
📄️ Delete a model
Delete a Model