API spec imports
The API spec import accelerates the development of your integration by using your existing API documentation to define the foundation of your project. By importing an OpenAPI spec (OAS) file, Integration Builder automatically identifies available endpoints and creates the foundational flows for your integration.
Benefits
- Accelerated development
- Eliminate the manual entry of API paths, methods, and parameters.
- Accuracy and consistency
- Ensure that your integration remains perfectly aligned with your service's production API by using your source-of-truth documentation.
- Simplified maintenance
- Update your integration quickly by replacing an existing spec when your API evolves.
How it works
Integration Builder supports OpenAPI Specification (OAS) version 3.0 or later in either JSON or YAML format.
Get started