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 = "7ce54cc6-a6ba-4bef-ba4c-294449523e39"
# 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)MnFe4GeB2 phase diagram
Phase diagram of MnFe4GeB2; e_above_hull: 0.583501 eV/atom; predicted_stable: False
Fe4MnGeB2 (P4/mmm)
.cif fileFe4MnGeB2 (requested SG: P-4m2 #115, calculated SG: P4/mmm #123, optimized: 20 steps, cell relaxed (isotropic))
2mo
1 input asset
Loading compatible actions...
Loading comments...