# vision

> Every vision endpoint, with its credit cost and minimum plan.

Source: https://pokemontcgapi.com/docs/api/vision

No key yet? One call gets you one: `POST /v1/accounts/free` with an `Idempotency-Key` header and your email address returns a working key in the response. See the [quickstart](https://pokemontcgapi.com/docs/quickstart).

`1` operation under `https://api.pokemontcgapi.com/v1`.

## Operations

| Operation | Endpoint | Cost | Plan |
| --- | --- | --- | --- |
| [Identify a card from a photo](https://pokemontcgapi.com/docs/api/vision/identify) | `POST /v1/vision/identify` | The most expensive call in the price list, and the only one that is not a row being read: it is the index of every catalogue image answering at once. | growth |

**[Identify a card from a photo](https://pokemontcgapi.com/docs/api/vision/identify)** — Send a photograph, get back the cards it could be, ranked, with a distance you can threshold yourself.
