Error Codes

Reference guide for all HTTP status codes and error responses returned by the Pixelbase API.

HTTP Status Codes

The API uses standard HTTP status codes to indicate the success or failure of requests.

Success Codes

CodeStatusDescription
200OKRequest completed successfully.
201CreatedResource created successfully.
204No ContentRequest succeeded with no response body (typically for DELETE operations).

Client Error Codes

CodeStatusDescription
400Bad RequestInvalid request syntax or missing required fields.
401UnauthorizedMissing or invalid API key.
403ForbiddenValid credentials but insufficient permissions.
404Not FoundThe requested resource does not exist.
409ConflictRequest conflicts with current state (e.g., duplicate entry).
422Unprocessable EntityValid syntax but semantically incorrect request.
429Too Many RequestsRate limit exceeded.

Server Error Codes

CodeStatusDescription
500Internal Server ErrorUnexpected server error. Contact support if this persists.
503Service UnavailableService temporarily unavailable. Try again later.
Copyright © Pixelbase Inc. - All rights reserved.