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

# Library Index

> Retrieve all synced HTML designs.

### Query Parameters

<ParamField query="page" type="integer">
  Page number
</ParamField>

<ParamField query="search" type="string">
  Search in name or content
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": {
      "templates": [
        {
          "id": "441b-99ef",
          "name": "Midnight Minimal"
        }
      ],
      "pagination": {
        "page": 1,
        "limit": 10,
        "total": 1,
        "pages": 1
      }
    }
  }
  ```
</ResponseExample>
