Download & Test
Page Outline
Retrieve trained model artifacts for external use or perform immediate test predictions against active models. This category covers binary export and real-time schema validation testing.
Endpoints
| Endpoint | Method | Path | Description |
|---|---|---|---|
| Download Model | GET | /{model_id}/download | Generate a signed URL for artifact download. |
| Test Model | POST | /{model_id}/test | Synchronous prediction for verification. |
| Get API Docs | GET | /{model_id}/api-docs | OpenAPI spec for the model's inference. |