Examples
Upload Playground

Upload Playground

The Upload Playground is a demo app that lets you upload files to Pinarkive with a simple drag-and-drop interface. It shows the returned CID and a gateway URL you can open or share.

Try it

Open Upload Playground → (opens in a new tab)

What it does

  • Drag and drop one or more files
  • Upload to the Pinarkive API
  • Display CID and gateway link for each file
  • Copy link or open in a new tab

Use case

Use this as a reference for building your own upload UI (e.g. in a Next.js or React app). The flow is: get file → call POST /files with the file → show the response and gateway URL.

Related