Skip to main content

AI Import

How to Use AI to Parse Imports

When we encounter an API documentation online and want to test it, besides importing through the basic cURL, EchoAPI also supports AI parsing for imports. This includes various formats such as plain text, request code (like GO, .Net, Java, etc.), cURL, and so on. As long as the content includes a request address and request parameters, it can be parsed and imported into EchoAPI, making it easier for developers to quickly debug APIs.

For example, here is the OpenAPI documentation from this website:

image.png

Import via Text

Entry point:

image.png

  1. You can copy the text content from the page (the more information you provide, the more accurate the parsing).

image.png

  1. Paste it into the input box, select Automatic or Text, and then click Import.

image.png

  1. Once the result is parsed, click OK to proceed.

image.png

image.png

Import via Request Code

Directly obtain the request code from the page and paste it into the input box.

image.png

image.png

Import via cURL

cURL obtained is also supported.

image.png