3mo
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 = "6acd258b-867f-4d06-b823-65493612cf84"
# 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)
AlFe2NiP2 phase diagram
Phase diagram of AlFe2NiP2; e_above_hull: 2.660232 eV/atom; predicted_stable: False
Fe2NiAlP (P4mm) - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -24.9743 eV; energy change = 0.0279 eV; symmetry: P4mm → P4/mmm
3mo
1 input asset
Loading compatible actions...
Loading comments...