API ERRORS

500 Internal error

https://sealdeal.ai/errors/internal-error

Something failed server-side. The response carries a stable error code and no internal detail.

Safe to retry after a backoff

What causes it

  • An unhandled server-side fault.

How to fix it

  • Retry once with backoff. If it persists, contact support with the timestamp and the request path.

Example response

HTTP/1.1 500
Content-Type: application/problem+json

{
  "type": "https://sealdeal.ai/errors/internal-error",
  "title": "Internal error",
  "status": 500,
  "detail": "..."
}

`type` is stable and safe to branch on in code. `detail` is specific to your request and is the field to read for the particulars; its wording may change.

All error types · API documentation · Integrations

Related errors: 503 Erasure is not configured