Is it possible to get URL which I upload right now by chart studio by using API?

I made some chart with chart studio with python.

I upload chart to my account using py.plot() function with public option.

I just want to know this chart url text with API Key. (not acess with web GUI)

like this
url = someFunction(key = myApIKey)

But I don’t know where it is explained.

Please let me know.