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

# parseChipUrl

> Parses a chip verification URL into an identified chip, or throws `ChipUrlError`.

Parses a chip verification URL into an identified chip, or throws `ChipUrlError`.

```ts theme={null}
import { parseChipUrl } from "@endstate-sdk/reader";
```

```ts theme={null}
parseChipUrl(url: string): ChipUrl
```

## Example

```ts theme={null}
const chip = parseChipUrl(url); // throws ChipUrlError when it is not one
```
