> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bedrock.cv/llms.txt
> Use this file to discover all available pages before exploring further.

# 500 — Internal Server Error

> An unexpected error occurred on the server.

```
Status: 500 Internal Server Error
Code:   INTERNAL_ERROR
Type:   https://docs.bedrock.cv/errors/internal-server-error
```

## Description

An unexpected error occurred while processing the request. These errors are automatically logged and investigated by the Bedrock team.

## Example

```json theme={null}
{
  "type": "https://docs.bedrock.cv/errors/internal-server-error",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "An internal error occurred.",
  "code": "INTERNAL_ERROR",
  "request_id": "req_01JABCD123"
}
```

## Resolution

Retry the request after a short delay. If the error persists, contact [Bedrock Support](https://bedrock.cv) with the `request_id` from the response so we can investigate.
