Use GPT to generate a mock REST API backed by a realistic dataset – with just one phrase. Craft the dataset to your needs, plug in the generated API into your demos and prototypes to ship better and faster.
Ever wanted to mock a backend request with a real request instead of hard-coded JSON? Try jsonurl. It allows you to get a JSON straight from a URL. For example from this URL: https://jsonurl.com/{“name”: “Max”} you can get this json: {“name”: “Max”}