Tools
Share
Images
PDF
Compress
Mock API
🌙
Mock
API
Builder
Create endpoints that capture incoming requests (headers, IP, body) and return your custom response.
// CREATE NEW
// YOUR BINS (0)
// HTTP METHOD FILTER
ANY
GET
POST
PUT
PATCH
DELETE
HEAD
OPTIONS
// RESPONSE STATUS CODE
// RESPONSE CONTENT-TYPE
application/json
text/plain
text/html
application/xml
text/xml
application/javascript
// RESPONSE BODY
{ "status": "ok", "message": "Hello from FileBun!" }
// CUSTOM RESPONSE HEADERS (optional)
+ Add header
Create Mock Endpoint