Get Started
1. Send an API Request
EchoAPI's built-in API client enables you to create and send API requests, including HTTP, SSE, and TCP requests.You can send a request to an endpoint, retrieve data from a data source, or test an API's functionality. You don't need to enter commands in a terminal or write any code. When you create a new request and select Send, the API response appears right inside EchoAPI.
To create a new request, let's simulate sending a request as follows (you can directly import the request using the cURL import feature):
curl -X GET "https://httpbin.org/anything" -H "accept: application/json"
Enter the EchoAPI Client, and create a new request using cURL.
Paste the cURL and click import
After importing, you can also modify the parameters
Click Send, and the response data will appear in the lower pane.
2. Click to share the document
Save the request, then click share
Copy and open the document address to view the complete API documentation
Congratulations on experiencing the creation of your first interface document! Our tool also saves development and communication time for both frontend and backend teams.
Furthermore, there are many more exciting features for you to discover.