Changelog
22 OCT 2023
WEBSITE
Introducing the Template Saving feature, allowing you to save
Schema JSON as templates.
Schema JSON as templates.
- Templates can be saved in JSON format for future use.
- Simplify the creation and reuse of response structures.
- Manage saved templates from the Templates page.
- Access your templates via the "Saved Templates" button.
- Enhance your mock data generation based on applied templates.
- Enjoy a better user experience for creating and managing mock responses.
- Bug fixes and performance improvements for smoother operation. Learn More

Preview
12 SEPT 2023
WEBSITE
You can now reference values in same object context using
<this.object_key_name>
and refer entire generated schema using<parent.object_key_name>
Learn More 
Preview
API
You can append
?mock_status=<status-code>
at the end of the URL to get custom status code Learn More You can append
?mock_delay=<delay in milliseconds>
at the end of the URL to get delay APIs by certain time [Max 30sec delay] Learn More