> For the complete documentation index, see [llms.txt](https://arnavs-organization.gitbook.io/blockto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arnavs-organization.gitbook.io/blockto/images.md).

# 3. Images Endpoint

* **Endpoint:** `https://api.blockto.social/api/images/all`
* **Method:** GET
* **Description:** Fetches file CIDs for all images uploaded to Blockto.
* **How it works:** When users upload images to posts, each image is stored and referenced by a unique CID through IPFS. This endpoint retrieves all these CIDs, which can be used to fetch or reference images across the platform or for integrity checks.
