> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bayse.markets/llms.txt
> Use this file to discover all available pages before exploring further.

# Version

> Get the current deployed version

No authentication required.

## Response

<ResponseField name="version" type="string">
  Git commit SHA of the running build. Returns `"unknown"` if built without version info.
</ResponseField>

<ResponseExample>
  ```json 200 OK theme={null}
  {
    "version": "a1b2c3d4e5f6789012345678901234567890abcd"
  }
  ```
</ResponseExample>
