Skip to main content

Get Started

1. Send an API Request

tip

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
curl -X GET "https://httpbin.org/anything" -H "accept: application/json"

Enter the EchoAPI Client, and create a new request using cURL.

image.png

Paste the cURL and click import

image.png

After importing, you can also modify the parameters

image.png

Click Send, and the response data will appear in the lower pane.

image.png

2. Click to share the document

Save the request, then click share

image.png

image.png

Copy and open the document address to view the complete API documentation

image.png

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.