API
Smello Server provides a JSON API for exploring captured requests from the command line.
The full OpenAPI specification is available at http://localhost:5110/openapi.json, and an interactive playground at http://localhost:5110/docs.
List requests
Query parameters
| Parameter | Example | Description |
|---|---|---|
method |
POST |
Filter by HTTP method |
host |
api.stripe.com |
Filter by hostname |
status |
500 |
Filter by response status code |
search |
checkout |
Search by URL substring |
limit |
10 |
Max results (default: 50, max: 200) |
Combine filters:
Get request details
Returns headers and bodies for both request and response.
Get filter metadata
Returns distinct hosts and methods for populating filter dropdowns.