GET

Error Codes

https://server.qpiai-quantum.tech/api/errors

All error responses share a common body format. The API uses standard HTTP status codes to indicate success or failure of requests.

Note:
  • All error responses have the format `{"error": "description"}`.
  • `400` means bad request — invalid input or missing required fields.
  • `401` means authentication required or invalid/missing token.
  • `403` means forbidden — authenticated but not the resource owner.
  • `404` means resource not found.
  • `500` means internal server error.
Parameters:
ParamRequiredData TypeDescriptionExample
N/ANoN/ANo parameters for error referenceN/A
HEADERS
X-Secret-Tokenyour-token-here
curl
curl --location 'https://server.qpiai-quantum.tech/api/circuits/nonexistent-id' \
--header 'X-Secret-Token: your-token-here'