Import Project
tip
Currently, EchoAPI supports importing files from Swagger 2.0 and 3.0, Postman, cURL, Insomnia, and Apidoc.
Postman
Step 1 Export data from Postman.
Step 2 Select v2.1
Step 3 Import the file into EchoAPI.
Swagger
EchoAPI can import APIs created with the Swagger toolset or any API that follows a supported version of the OpenAPI specification.
Note: In this document, a Swagger API refers to an API created with the Swagger toolset.
cURL
cURL is a popular command-line tool for making HTTP requests. You can obtain the cURL command from the browser or through other methods.
curl -X POST "https://httpbin.org/anything" -H "accept: application/json"
Select cURL from the menu on the left to create a new request.
Insomnia
setp 1 Export data from Insomnia.
setp 2 Select Insomnia v4(JSON)
setp 3 Import into EchoAPI.