Hi Horcling,
Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!
To pass the -WithNoStore
parameter in your cURL request and ensure that the image material is not saved after the prediction, you can add it as a query parameter in the URL.
$link = "https://xxx-prediction.cognitiveservices.azure.com/customvision/v3.0/Prediction/xxx/detect/iterations/Iterationx/url/?WithNoStore=true";
If it doesn’t resolve the issue, kindly let us know so we can escalate it to the appropriate team for further investigation.
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.