Examples
API Playground

API Playground

The API Playground lets you try Pinarkive API endpoints (upload, pin, list, delete) directly in the browser. You can paste your API key, choose an endpoint, and see the request and response.

Try it

Open API Playground → (opens in a new tab)

What it does

  • Select an endpoint (e.g. Upload, Pin, GET files, Delete)
  • Enter your API key (or use a demo key if provided)
  • Adjust parameters (file, CID, cluster, etc.)
  • Send the request and view the response

Use case

Use the playground to:

  • Verify your API key and permissions
  • Test request bodies and query parameters
  • Inspect response shape and status codes
  • Debug before integrating in your app

Related