Create an Application Using OpenAPI

In this section, you will learn how to build your application using the OpenAPI specification

Start with an OpenAPI to create your application

  1. Navigate to the homepage and select "Applications" under the "Create new project" section .

The Create new application page displays.

  1. Select "OpenAPI" to use the OpenAPI endpoints to design your new application.

3. In the Add Details section

Enter Application Details: Name your application, provide a description, assign a version, select the suitable type for your use case, and add relevant tags.

  1. In the Upload Specification section

  • You can either paste the link or drag/drop the file (OpenAPI or YAML format) to upload OpenAPI specification.

  • After uploading, proceed by clicking the 'Next' button.

  1. In the Choose Endpoints section

  • Choose specific endpoints from the listed options and click the 'Create' button.

Upon completion, a workflow is automatically generated and displayed on the application workspace page.

Last updated