Hosted VISTA-3D API returns only {“message”:“Inference success”} without output artifact
Hello NVIDIA team,
I am calling the hosted VISTA-3D endpoint:
POST https://health.api.nvidia.com/v1/medicalimaging/nvidia/vista-3d
Request payload:
{
“image”: “https://assets.ngc.nvidia.com/products/api-catalog/vista3d/example-1.nii.gz”
}
Observed response:
- HTTP 200
- content-type: application/json
- nvcf-status: fulfilled
- nvcf-reqid: 315f1409-bab9-46db-ace4-da849131bfc2
- body: {“message”:“Inference success”}
Issue:
My app expects a segmentation artifact (zip/nii.gz, or a downloadable output URL), but the response only contains a success message.
Could you clarify:
- Is this expected for the hosted endpoint?
- How should we retrieve the actual segmentation output?
- Is there an output-retrieval endpoint by nvcf-reqid?
Thanks.