Request to enable Public API Endpoints for Personal Organization

Hi NVIDIA team,

I’m trying to use the deepseek-ai/deepseek-v4-pro model via the NIM API.

My API key is valid and I can generate new keys from my account, but when I make a request I get:

{“status”:403,“title”:“Forbidden”,“detail”:“Authorization failed”}

Here is the curl command I’m using:

curl -X POST “https://integrate.api.nvidia.com/v1/chat/completions” \
-H “Content-Type: application/json” \
-H “Authorization: Bearer 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” \
-d ‘{
“model”: “deepseek-ai/deepseek-v4-pro”,
“messages”: [{“role”: “user”, “content”: “你好”}],
“max_tokens”: 100
}’

My account is: Personal Organization (ID: ujZVIniEuLp203VXKN25uW_qqIUfwbVIdj)2487435370@qq.com

It seems my Personal Organization is missing the “Public API Endpoints” permission.

Could you please enable this permission for my account?

Thank you.