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

# 402 — Insufficient Credits

> The organization does not have enough credits for this operation.

```
Status: 402 Payment Required
Code:   INSUFFICIENT_CREDITS
Type:   https://docs.bedrock.cv/errors/insufficient-credits
```

## Description

Your organization does not have enough credits to complete the requested operation. Each Vision API operation consumes credits based on the operation type.

## Example

```json theme={null}
{
  "type": "https://docs.bedrock.cv/errors/insufficient-credits",
  "title": "Insufficient credits",
  "status": 402,
  "detail": "Your organization does not have enough credits for this operation.",
  "code": "INSUFFICIENT_CREDITS",
  "request_id": "req_01JABCD123"
}
```

## Resolution

Top up your organization's credits in [Usage & Billing](/guides/usage-billing).
