🚀 Our new and improved config V3 is now live! See API reference for details.
import requests
url = "https://platform.reducto.ai/version"
response = requests.get(url)
print(response.text)import requests
url = "https://platform.reducto.ai/version"
response = requests.get(url)
print(response.text)Successful Response
Was this page helpful?