Here is a guide to common API error types and their meanings:
400 Bad Request 🚫
Indicates invalid input. Example:{"error": "Invalid JSON format"}
404 Not Found 🌍
The requested resource does not exist. Example:{"error": "Document not found"}
500 Internal Server Error ⚠️
A generic server error. Example:{"error": "Unexpected exception"}
For more details on error handling, check our API Tutorial. 📚