Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
import requests url = "https://platform.reducto.ai/version" response = requests.get(url) print(response.text)
"<string>"
Successful Response
The response is of type string.
string
Was this page helpful?
Contact support