cURL
curl --request POST \ --url http://localhost:6699/api/v1/models/load \ --header 'Content-Type: application/json' \ --header 'X-License-Key: <api-key>' \ --data ' { "model_key": "v2-medium-256" } '
{ "message": "<string>", "loaded_model": "<string>" }
Loads a different visual analysis model. The model must already be downloaded. This clears loaded analysis data from memory — you will need to reload it afterwards.
Jumper Pro license key passed via header
The model key to load
"v2-medium-256"
Model switched (or already active, or still loading from previous switch)
Was this page helpful?