This extension uses natural language to interact with APIs that have an OpenAPI description. When you enter a description of a scenario as the input to the API Chat extension in VS Code, it intelligently selects and calls the relevant resources for you.
- Open an OpenAPI YAML file in Visual Studio Code.
- Click the Open API Chat button to open the API Chat Test Console.
Now, you are ready to use API Chat to test your API with the support of natural language and AI.
Use any of the commands available in the API Chat Console to try out the API.
In the API Chat Console, type your command in natural language and API Chat will understand and execute it.
Authenticate using one of the following authentication types:
- Basic Authorization: Authenticate using a username and password.
- Authorization Bearer: Authenticate using an authorization bearer token.
- API Key: Authenticate using an API key.
We welcome your feedback and suggestions for improving the API Chat VS Code extension. If you encounter any issues or have questions, create a GitHub issue to reach out to us.
Happy testing with API Chat!