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