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