Dev Portal

⚠️ API Error Reference

Common API error codes and how to handle them gracefully.

400 β€” Bad Request

Client

The request was malformed or missing required parameters.

401 β€” Unauthorized

Client

Your API key is invalid or missing. Check authentication headers.

403 β€” Forbidden

Client

You don’t have permission to access this resource.

404 β€” Not Found

Client

The requested endpoint or resource doesn’t exist.

429 β€” Too Many Requests

Client

You’ve exceeded your rate limit. Try again later.

500 β€” Internal Server Error

Server

An unexpected issue occurred on our servers.

πŸ’‘ Tip: Always check the error.message and error.code fields in responses. You can also log them for debugging or display user-friendly messages.
AppVerse – Build Privacy-First AI Apps