Professional API router + live browser docs + Flutter integration examples.
Open the docs page and choose any endpoint group.
Click an endpoint card to see URL, body, cURL, and Flutter code.
Use GET API button to test live browser-accessible endpoints instantly.
Use the shown Dio code in Flutter and replace sample values with real data.
Shows browser documentation for all APIs.
Returns API uptime/basic health information.
Get all active categories.
Get all products.
Get one product by id.
Create or update a product.
Get cart items of a user.
Add product to cart.
Update cart quantity.
Remove one item from cart.
Remove all cart items.
Get wishlist data.
Add product to wishlist.
Remove product from wishlist.
Get all orders for one user.
Get one order detail.
Create order from cart.
Cancel pending order.
Register customer account.
Verify OTP and complete registration.
Login with email and password.
Logout current user.
Get logged in user profile.