A record of how the API actually behaved
Documentation describes what an endpoint should return. An example records what it did return, on a real call, including the cases nobody wrote down.
Save several per request
Examples attach to their parent request and appear as collapsible children in the sidebar. That means one request can carry the happy path, the validation failure, and the not-found case at the same time β without duplicating the request three times or editing it back and forth.
Branch a new request from one
Open a saved example and click Try it in the URL bar. Requestly opens a new draft request pre-filled with the exampleβs configuration, so you can branch from a known-good call without disturbing the original.






