Skip to main content
GET
/
version
Get Version
import requests

url = "https://platform.reducto.ai/version"

response = requests.get(url)

print(response.text)

Documentation Index

Fetch the complete documentation index at: https://docs.reducto.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response