Unable to access even if I have credit and valid API

Hello,
I am trying to run predictions using Alphafold and I am using the provided example script ( the one here: NVIDIA NIM | alphafold2 ). I’ve obtained an API clicking on “Get API key” and I’ve 4000 credits. But when I run the command like so:
python3 test.py
I get this error:

Paste the Run Key: API key pasted correctly but not showed
Making request...
Unexpected HTTP status: 404
Response: {"type":"urn:kaizen:problem-details:not-found","title":"Not Found","status":404,"detail":"Function 'e3dfc6dd-fc27-4f0e-9ede-94412256af18': Not found for account '7ulmsJVL7wbaJHLMm_Dr5AXsX7-L3surrFtWcSFl-oU'","instance":"/v2/nvcf/pexec/functions/e3dfc6dd-fc27-4f0e-9ede-94412256af18"}

Has somebody an idea of the solution?

Can you provide the contents of test.py for clarity’s sake?

Thanks!