Send a request and save as an endpoint
In Apidog, click "New Request".
Paste the following URL into the address bar: 
https://mock.apidog.com/m1/710637-685828-default/category/1
Send the request and receive the response.
Click "Save as endpoint" to save this request as an endpoint.
Switch to the "Preview" tab to see the endpoint spec.
If your interface does not match the image above, please switch to 
The actual sent request and the response become the endpoint's example, and the schema will be automatically parsed and generated. This is the most convenient method for generating an API spec.
Request-first Mode
./category/{id}
, where {id}
was not recognized because it was an integer 1
in the actual request. You will need to manually change it to {id}
in the path of the endpoint spec.Modified atΒ 2025-03-14 12:22:20