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 = "305c86c9-402d-4fab-aa0e-d313b81c4774"
# 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)
TiMnFe4SiN phase diagram
Phase diagram of TiMnFe4SiN; e_above_hull: 0.487384 eV/atom; predicted_stable: False
Fe8Mn2Ti2Si2N2 (Pmma)
.cif fileFe8Mn2Ti2Si2N2 (requested SG: P2221 #17, calculated SG: Pmma #51, optimized: 77 steps, cell relaxed (isotropic))
1mo
1 input asset
Loading compatible actions...
Loading comments...