API Playground
Hi there,
We added an API Playground to the app.
It’s a place where you can run real Postproxy requests, see responses, and copy working snippets without leaving the browser. You can pick a recipe, adjust parameters, see how they affect the request's payload in realtime,send the request, and see exactly what comes back. So that there is no need to switch between docs, curl, and your editor just to understand how something works.
What you can do there:
-
list profiles and inspect connected accounts
-
create and test posts (with all of the platform-specific parameters)
-
fetch post stats and see how metrics look in real responses
-
tweak parameters and immediately see what changes
Each request shows:
-
the actual API call as a ready-to-copy curl snippet
-
the full JSON response
It’s useful when you’re getting started, but also when you’re debugging something specific or exploring edge cases.
Try it here:
[https://app.postproxy.dev](https://app.postproxy.dev)
Postproxy is still API-first . The Playground just makes that surface easier to work with when you don’t want to set up a script for every small test.
If something feels unclear or missing, let us know. That usually means we should add it there.
Cheers,
Dmitry