> ## 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.

# 403 — Authorization Error

> The API key does not have access to this resource.

```
Status: 403 Forbidden
Code:   FORBIDDEN
Type:   https://docs.bedrock.cv/errors/authorization
```

## Description

The API key is valid but does not have permission to access the requested resource. This typically means the key belongs to a different organization than the resource.

## Example

```json theme={null}
{
  "type": "https://docs.bedrock.cv/errors/authorization",
  "title": "Access denied",
  "status": 403,
  "detail": "You do not have access to this resource.",
  "code": "FORBIDDEN",
  "request_id": "req_01JABCD123"
}
```

## Common Causes

* API key belongs to a different organization
* Resource is in a project the key cannot access
* Attempting to access another organization's data

## Resolution

Verify the resource ID belongs to your organization. Check your API key's scope in [Developer Settings](/guides/api-keys).
