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

# Links

> Create and manage short links and static HTML/ZIP sites.

Create short links, bulk destinations, and static HTML/ZIP sites. Updates use **POST**. Create/update bodies are `multipart/form-data`.

<Note>
  API create supports only `link` and `static` (list may show other dashboard types).
</Note>

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve all" icon="list" href="/en/api-reference/links/retrieve-all-links" horizontal>
    `GET` `/links/`
  </Card>

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/links/retrieve-one-links" horizontal>
    `GET` `/links/{link_id}`
  </Card>

  <Card title="Create" icon="plus" href="/en/api-reference/links/create-links" horizontal>
    `POST` `/links`
  </Card>

  <Card title="Update" icon="pen-to-square" href="/en/api-reference/links/update-links" horizontal>
    `POST` `/links/{link_id}`
  </Card>

  <Card title="Delete" icon="trash" href="/en/api-reference/links/delete-links" horizontal>
    `DELETE` `/links/{link_id}`
  </Card>
</CardGroup>
