Request to enable "Public API Endpoints" for my personal organization

Hello NVIDIA team,

I am a developer trying to use the NVIDIA NIM API for testing, but all my API requests keep returning a “404 page not found” error.

Here is my account info:

  • Registered Email: jxmissyou@gmail.com

  • API Key Prefix: nvapi-7RMou6Ops9gDBPGgke56tkN

  • Organization Type: Personal

Could you please enable the “Public API Endpoints” permission on my account? This request is for personal development only and I will adhere to all NVIDIA terms.

Thank you for your support.

Your request indicates a misunderstanding of how the API works.

  1. Security Risk: You posted your API key prefix publicly. Revoke that key immediately in your NVIDIA dashboard to secure your account.

  2. Error Type: A 404 error means your code is hitting an incorrect URL path, not a permissions issue (which would be a 401 or 403). There is no ‘Public API Endpoints’ switch to turn on.

Check your base URL configuration and ensure it matches the official documentation exactly.
Skills necessary: Reading the docs.
Difficulty: Easy.