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

# Add Card via Reader

Activates the card reader flow for the location. The next card scanned at any charger within this location will be automatically added to the location with the provided name. The card reader mode expires after 5 minutes. Returns a `204 No Content` response on success.

<ParamField path="site" type="string" required>
  The UUID of the location.
</ParamField>

<ParamField body="name" type="string" required>
  The display name to assign to the scanned card. Maximum 255 characters.
</ParamField>
