Nodaryx Help Center中文

Errors & troubleshooting

When a call fails, the response carries an error code. The tables below explain each one by category.

Authentication errors

CodeHTTPMeaning & fix
401 Unauthorized401API key is wrong, missing, or malformed. Ensure the header is Authorization: Bearer sk-nodaryx-…; or sign in to the console again.
missing_runtime_metadata400Called with a bare master key that has no session metadata. Use an API key created in the console.

Permission errors

CodeHTTPMeaning & fix
MODEL_NOT_ALLOWED403Your account or key has no access to this model. See Permissions & model scope, or ask an admin to grant access.
WEB_SEARCH_NOT_ENABLED403Web search is a beta capability not enabled for your account. Ask an admin to whitelist you.

Balance errors

CodeHTTPMeaning & fix
insufficient_credit402Out of balance. See Balance & usage, or ask an admin to grant test credit.

Rate-limit errors

CodeHTTPMeaning & fix
RATE_LIMITED429Rate limited (RPM/TPM or search frequency). Lower the call rate and retry later.
parallel_limit_exceeded429Too many concurrent requests. Reduce requests in flight.

File upload errors

CodeHTTPMeaning & fix
FILE_TOO_LARGE400File exceeds 2 MB. Compress or split it before uploading.
FILE_EMPTY400No extractable text (e.g. scanned PDF / image with no text). Use a text-based file.
FILE_TEXT_DECODE_FAILED400File is corrupted or can't be parsed (e.g. encrypted PDF). Check the file and retry.
QUERY_BLOCKED403A suspected secret (private key, token, etc.) was detected in the input and blocked. Remove sensitive content.

Upstream / provider errors

CodeHTTPMeaning & fix
PROVIDER_UNAVAILABLE503The upstream provider is temporarily unavailable. Retry later; if it persists, contact an admin.

Still stuck?