This API retrieves a complete list of all models available in the system. It is typically used to display or manage the existing models in the frontend interface. The response includes model metadata such as model ID, name, creation date, and status.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/model/'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.