-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Description
I am encountering a 400 Bad Request error when attempting to use the API's inference endpoint. However, uploading and deleting assets are working correctly without any issues. This problem only arises during the inference operation.
Steps to Reproduce
- Upload an asset (asset uploads successfully).
- Attempt to run inference on the uploaded asset.
- Receive a 400 Bad Request error.
Expected Behavior
The inference operation should process the asset and return a successful response with the inference results.
Actual Behavior
The API returns a 400 Bad Request error, and no inference results are received.
Additional Information
Endpoint: https://api.nvcf.nvidia.com/v2/nvcf/exec/functions/7db32b36-ec04-43a6-a78f-1d8296accd8d/versions/3d73b252-008d-4469-b4c3-b25b9cbec654
Request Method: POST
Payload Used: { "asset_id": "f2af3e59-aea2-49b8-a567-98ab4e226410" }
Error Message: Bad Request
Attempts to Resolve
Verified that the asset exists and is accessible (accessible via delete endpoint).
Ensured that the request payload is structured correctly according to the documentation.
Checked API documentation for any recent changes (https://developer.nvidia.com/docs/bionemo-service/phenom-beta.html).
Request
Could you please investigate this issue? The request appears to be structured correctly, and other endpoints are functioning as expected. I would greatly appreciate any guidance or corrections to my request.