Generate Swagger from published documentation collection

I am trying to generate swagger from published postman documentation. When I click run in postman and then click info to get the collection id.

Then I follow the instructions here.

https://www.postman.com/postman/postman-public-workspace/documentation/ijkf7ei/postman-to-swagger-oas-2

I get the collection definition in postman format instead of swagger.

Hey @himanshuz1 :wave:t3:

Do you see the correct output in the Visualise section or are you only looking at the response body?

Vizualize section has undefined. Manually posting to endpoint in
post https://demo.postmansolutions.com/postman2swagger
results in not so useful error message.
{
“message”: “Error converting Postman collection to Swagger”,
“errors”: [
{}
]
}