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 = "4ffb5d2f-852e-4b23-b8ea-ddf01dba7892"
# 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)
AlFe8Co2B phase diagram
Phase diagram of AlFe8Co2B; e_above_hull: 1.850203 eV/atom; predicted_stable: False
Fe16Co4B2Al2 (I4/mmm) - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -144.7107 eV; energy change = -25.8104 eV; symmetry: I4/mmm → I4/mmm
2mo
1 input asset
Loading compatible actions...
Loading comments...