generateSpecFromCollection
Generate an API specification from a Postman collection by specifying the collection ID, name, type, and format. Returns a polling link to track task progress.
Instructions
Generates an API specification for the given collection. The response contains a polling link to the task status.
Input 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. |