generateSpecFromCollection
Generate OpenAPI specifications from Postman collections to document and standardize API interfaces for development and testing workflows.
Instructions
Generates an API specification for the given collection. The response contains a polling link to the task status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionUid | Yes | The collection's unique ID. | |
| elementType | Yes | The `spec` value. | |
| name | Yes | The API specification's name. | |
| type | Yes | The specification's type. | |
| format | Yes | The format of the API specification. |