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:
Import via Text
Entry point:
- You can copy the text content from the page (the more information you provide, the more accurate the parsing).
- Paste it into the input box, select
Automatic
orText
, and then click Import.
- Once the result is parsed, click OK to proceed.
Import via Request Code
Directly obtain the request code from the page and paste it into the input box.
Import via cURL
cURL obtained is also supported.