Blockto
  • Introduction
  • 1. User Address Endpoint
  • 2. Users Endpoint
  • 3. Images Endpoint
  • 4. Single Post Retrieval Endpoint
  • 5. Posts Retrieval Endpoint
  • 6. Image Upload Endpoint
  • 7. AI Similarity Detection Endpoint
  • 8. New Post Creation Endpoint
  • 9. NFT Minting Endpoint
  • 10. Transaction URL Update Endpoint
Powered by GitBook
On this page

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.

Previous2. Users EndpointNext4. Single Post Retrieval Endpoint

Last updated 1 year ago