VISIMADE
← Developer Hub

Getting Started

  • Authentication
  • AI Coding Agents

Core APIs

Data APIs

Guides

Reference

  • Design Guidelines
  • Error Handling
  • Common Mistakes
  • Security

Error Handling

Standard HTTP status codes and JSON error responses returned by the Visimade API.

Status CodeDescription
200Success
201Created (for POST requests)
400Bad request - invalid parameters or request body
401Unauthorized - invalid or missing token
403Forbidden - insufficient permissions or scopes
404Not found - resource does not exist
429Too many requests - rate limited
500Internal server error
Error Response Format
{
  "error": "Description of what went wrong",
  "code": "ERROR_CODE"
}
Common Error Codes
CodeDescription
INVALID_TOKENThe API token is invalid, expired, or revoked
INSUFFICIENT_SCOPEThe token does not have the required scope for this operation
UNAUTHORIZEDNo authentication provided
FORBIDDENAccess denied to this resource
NOT_FOUNDThe requested resource does not exist
BAD_REQUESTInvalid request parameters or body

On this page

  • Status Codes
  • Error Response Format
  • Common Error Codes