Error Reference
Error Codes
Complete reference for all JustKalm API errors. Each error includes causes, solutions, and code examples.
Error Response Format
All errors follow a consistent JSON structure:
{
"error": {
"code": "auth_invalid_key",
"message": "The provided API key is not valid.",
"type": "authentication",
"request_id": "req_abc123xyz",
"docs_url": "https://justkalm.com/errors#auth_invalid_key"
}
}Always include the request_id when contacting support.
Still Having Issues?
Our engineering team is here to help debug API issues.