{ "opencollection": "1.0.0", "info": { "name": "Weaviate REST authz classifications API", "version": "1.38.0-dev" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "classifications", "type": "folder" }, "items": [ { "info": { "name": "Weaviate Start A Classification", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/classifications/", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a background classification task based on the provided parameters. Use the GET /classifications/{id} endpoint to monitor the status and retrieve results." }, { "info": { "name": "Weaviate Get Classification Status", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/classifications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier (UUID) of the classification task." } ] }, "docs": "Retrieves the status, metadata, and results (if completed) of a classification task identified by its unique ID." } ] } ], "bundled": true }