{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_predictions API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_predictions", "type": "folder" }, "items": [ { "info": { "name": "List predictions", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/predictions/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "project", "value": "", "type": "query", "description": "Filter predictions by project ID" }, { "name": "task", "value": "", "type": "query", "description": "Filter predictions by task ID" } ] }, "docs": "List all predictions and their IDs." }, { "info": { "name": "Create prediction", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/predictions/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a prediction for a specific task." }, { "info": { "name": "Get prediction details", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/predictions/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Prediction ID" } ] }, "docs": "Get details about a specific prediction by its ID." }, { "info": { "name": "Update prediction", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/predictions/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Prediction ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update prediction data by prediction ID." }, { "info": { "name": "Delete prediction", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/predictions/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Prediction ID" } ] }, "docs": "Delete a prediction by prediction ID." } ] } ], "bundled": true }