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

# Create a Collection

> Create a new user collection of assets

<RequestExample>
  ```json Request
  {
      "name": "string",
      "description": ""
  }
  ```
</RequestExample>
