> ## 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.

# 8 × 10 Sports Composite

> Combine one prepared background and one prepared individual asset into an 8 × 10 composite.

`sports-composite-8x10` revision `1` produces one 8 × 10 print per quantity.

| Required role | Exact ratio | Example prepared pixels |
| ------------- | ----------- | ----------------------- |
| `background`  | `4:5`       | 2400 × 3000             |
| `individual`  | `4:5`       | 1600 × 2000             |

```json theme={null}
{
  "product": { "id": "sports-composite-8x10", "revision": 1 },
  "quantity": 1,
  "assets": [
    { "role": "background", "url": "https://cdn.example.com/orders/stadium.jpg", "pixel_width": 2400, "pixel_height": 3000 },
    { "role": "individual", "url": "https://cdn.example.com/orders/player.png", "pixel_width": 1600, "pixel_height": 2000 }
  ]
}
```

This revision has no `team` role and no text slots. The supplied assets are
already prepared; Batch Relay does not compose, mask, or crop source media.
