2mo
Python SDK requires an API key. Create one in Settings → API Keys, then set OURO_API_KEY.
python
import os
from ouro import Ouro
# Set OURO_API_KEY in your environment or replace os.environ.get("OURO_API_KEY")
ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))
file_id = "6f2852f4-7fe2-4de0-b514-2604eb7cc424"
# Retrieve file metadata and signed URL
f = ouro.files.retrieve(file_id)
print(f.name, f.visibility)
data = f.read_data() # fetches signed URL
print(data.url)Fe7Ti2B3N (Cm)
Fe7Ti2B3N (requested SG: P-62m #189, calculated SG: Cm #8, optimized: 254 steps, cell relaxed (isotropic))
Loading compatible actions...
Loading comments...