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

# 404 — Not Found

> The requested resource does not exist.

```
Status: 404 Not Found
Code:   NOT_FOUND
Type:   https://docs.bedrock.cv/errors/not-found
```

## Description

The resource referenced in the request does not exist. This may mean the ID is incorrect, the resource was deleted, or it has not been created yet.

## Example

```json theme={null}
{
  "type": "https://docs.bedrock.cv/errors/not-found",
  "title": "Resource not found",
  "status": 404,
  "detail": "The requested resource does not exist.",
  "code": "NOT_FOUND",
  "request_id": "req_01JABCD123"
}
```

## Common Causes

* Incorrect resource ID
* Resource has been deleted
* Referencing a resource that hasn't finished processing yet
* Typo in the URL path

## Resolution

Verify the resource ID is correct. If the resource was recently created via an async job, wait for the job to complete before referencing it.
