1mo
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 = "1c262476-8e38-40f9-aab9-fb67546131a1"
# 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)
VFe3SiB phase diagram 8
Phase diagram of VFe3SiB; e_above_hull: 0.257144 eV/atom; predicted_stable: False
Fe9V3Si3B3 (Cm)
.cif fileFe9V3Si3B3 (requested SG: P4mm #99, calculated SG: Cm #8, optimized: 299 steps, cell relaxed (isotropic))
1mo
1 input asset
Loading compatible actions...
Loading comments...