POST /revisions/:id/data (Command: download)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be onnx. |
command | string | Yes | Must be download. |
path | string | Yes | File to download (e.g., model.onnx). |
Response
| Parameter | Type | Description |
|---|---|---|
url | string | Presigned S3 URL to download from. |

