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

# Acrylic keychains

> Choose a small or large two-sided acrylic keychain.

Acrylic keychains are one family with two immutable size variants.

| Product ID               | Physical output    | Required front and back ratio |
| ------------------------ | ------------------ | ----------------------------- |
| `acrylic-keychain-small` | 1.5 × 1.875 inches | `4:5`                         |
| `acrylic-keychain-large` | 3 × 2.125 inches   | `7:5`                         |

Both `front` and `back` are required once and have fixed orientation. Prepare
the two sides independently. Do not combine them into an `artwork` asset.

```json theme={null}
{
  "product": { "id": "acrylic-keychain-small", "revision": 1 },
  "quantity": 1,
  "assets": [
    { "role": "front", "url": "https://cdn.example.com/keychain-front.jpg", "pixel_width": 1600, "pixel_height": 2000 },
    { "role": "back", "url": "https://cdn.example.com/keychain-back.jpg", "pixel_width": 1600, "pixel_height": 2000 }
  ]
}
```
