SEO Use Case
Postman mock API alternative for quick response testing
dryapi helps you generate a temporary URL that returns any JSON response you define. It is useful when you need a Postman mock API alternative without building and managing full mock collections.
Why teams use dryapi
Faster setup
Create a response in seconds and share a live URL.
Real HTTP calls
Test with curl, Postman, frontend apps, and CI flows.
No mock backend
Skip extra services just to demonstrate API behavior.
Quick example
curl -s -X POST https://dryapi.io/responses \
-H "Content-Type: application/json" \
-d '{"status":200,"body":{"ok":true,"source":"dryapi"}}'