Skip to main content
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

{
  "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.