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

# Versioning

> API version control via headers.

The API uses date-based versioning via the `X-API-Version` header. Each version is a date string (e.g., `2026-01-01`) representing the API contract your integration was built against. If omitted, the latest version is used.

```bash theme={null}
curl https://api.bedrock.cv/projects \
  -H "Authorization: Bearer sk_xxx" \
  -H "X-API-Version: 2026-01-01"
```

## Current Version

The current API version is `2026-01-01`.

## Breaking Changes

Breaking changes are introduced in new dated versions only. Non-breaking additions (new fields, new endpoints) may be added to the current version without a version bump.
