Working with APIs in form view
The form view provides a guided, form-based approach for creating an API without manually writing YAML. This method simplifies API creation by offering structured input fields for defining key attributes. You can create an API using one of the following options:
- Create an API from scratch. Define a new API step by step using the form-based approach. For more information, see Creating an API from scratch.
- Import an API from a file. Upload an existing API definition file to automatically populate the API configuration. For more information, see Creating an API by Importing an API from a file.
- Load an API from a URL. Retrieve an API definition from a specified URL and use it to create the API. For more information, see Creating an API by Importing an API from a URL.