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 = "a27a37f7-fec9-4529-87c7-c2ca159700bb"
# 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)
AlFe2NiB2 phase diagram
Phase diagram of AlFe2NiB2; e_above_hull: 0.571741 eV/atom; predicted_stable: False
AlFe2NiB2 (P4mm) - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -39.1711 eV; energy change = -3.3236 eV; symmetry: P4mm → Pmm2
3mo
1 input asset
Loading compatible actions...
Loading comments...